From 51e513f26d4a34f06f5a5d625be6aece571215bb Mon Sep 17 00:00:00 2001 From: Katerina Kostova Date: Wed, 31 Jul 2024 16:57:45 +0200 Subject: [PATCH] Unneeded comments removed --- k4GaudiPandora/include/CalorimeterHitType.h | 42 +-------------------- 1 file changed, 1 insertion(+), 41 deletions(-) diff --git a/k4GaudiPandora/include/CalorimeterHitType.h b/k4GaudiPandora/include/CalorimeterHitType.h index 9a0ea60..9c26aac 100644 --- a/k4GaudiPandora/include/CalorimeterHitType.h +++ b/k4GaudiPandora/include/CalorimeterHitType.h @@ -125,44 +125,4 @@ CHT::CaloID caloIDFromString(const std::string& name); is found, CHT::em is returned.*/ CHT::CaloType caloTypeFromString(const std::string& name); -#endif - -// int main(){ - -// CHT ct( CHT::em , CHT::ecal , CHT::plug , 12 ) ; - -// std::cout << ct << std::endl ; - -// std::cout << " caloType : " << ct.toInt() << std::endl ; - -// std::cout << " caloID " << ct.caloID() -// << " is bcal " << ct.is( CHT::bcal ) -// << " is muon " << ct.is( CHT::muon ) -// << " layer " << ct.layer() -// << std::endl ; - -// int i = CHT( CHT::muon , CHT::ecal , CHT::endcap , 123 ) ; - -// std::cout << " type i : " << i << std::endl ; - -// std::cout << " layer from int : " << CHT(i).layer() << std::endl ; - -// CHT it(i) ; - -// std::cout << " caloID " << it.caloID() -// << " is bcal " << it.is( CHT::bcal ) -// << " is muon " << it.is( CHT::muon ) -// << " is endcap " << it.is( CHT::endcap ) -// << " layer " << it.layer() -// << " layout " << it.layout() -// << std::endl ; - -// std::cout << it << std::endl ; - -// CHT ct2 = 12345678 ; - -// std::cout << ct2 << std::endl ; - -// std::cout << " sizeof( CHT ) : " << sizeof( it ) << std::endl ; - -// } +#endif \ No newline at end of file