From e8417bf5bb8e0da91c49bffdc26bd46bb5ba924d Mon Sep 17 00:00:00 2001 From: Katerina Kostova Date: Wed, 31 Jul 2024 16:25:58 +0200 Subject: [PATCH] Unneeded comments removed --- k4GaudiPandora/include/DDSimpleMuonDigi.h | 61 +---------------------- 1 file changed, 1 insertion(+), 60 deletions(-) diff --git a/k4GaudiPandora/include/DDSimpleMuonDigi.h b/k4GaudiPandora/include/DDSimpleMuonDigi.h index a31265a..50a9c3d 100644 --- a/k4GaudiPandora/include/DDSimpleMuonDigi.h +++ b/k4GaudiPandora/include/DDSimpleMuonDigi.h @@ -86,63 +86,4 @@ struct DDSimpleMuonDigi final float computeHitTime(const edm4hep::SimCalorimeterHit& h) const; }; DECLARE_COMPONENT(DDSimpleMuonDigi) -#endif - -// namespace EVENT { -// class SimCalorimeterHit ; -// } - -// /** === DDSimpleMuonDigi Processor ===
-// * Simple calorimeter digitizer for the muon detectors. -// * Converts SimCalorimeterHit collections to one -// * CalorimeterHit collection applying a threshold and an calibration constant... -// * -// * @version $Id$ -// */ -// class DDSimpleMuonDigi : public Processor { - -// public: - -// virtual Processor* newProcessor() { return new DDSimpleMuonDigi ; } - -// DDSimpleMuonDigi() ; - -// virtual void init() ; - -// virtual void processRunHeader( LCRunHeader* run ) ; - -// virtual void processEvent( LCEvent * evt ) ; - -// virtual void check( LCEvent * evt ) ; - -// virtual void end() ; - -// bool useLayer(CHT::Layout caloLayout, unsigned int layer) ; -// float computeHitTime( const EVENT::SimCalorimeterHit *h ) const ; - -// protected: - -// int _nRun = 0; -// int _nEvt = 0; - -// IntVec _layersToKeepBarrelVec{}, _layersToKeepEndcapVec{}; -// std::vector _useLayersBarrelVec{}, _useLayersEndcapVec{}; - -// std::vector _muonCollections{}; - -// std::string _outputMuonCollection = ""; -// std::string _outputRelCollection = ""; - -// std::string _cellIDLayerString = "layer"; - -// float _thresholdMuon = 0.025; -// float _timeThresholdMuon = _thresholdMuon ; -// float _calibrCoeffMuon = 120000; -// float _maxHitEnergyMuon = 2.0; - -// std::string _detectorNameBarrel = "YokeBarrel"; -// std::string _detectorNameEndcap = "YokeEndcap"; - -// } ; - -// #endif +#endif \ No newline at end of file