Skip to content

Commit

Permalink
Unneeded comments removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Katerina Kostova authored and andresailer committed Jul 31, 2024
1 parent a352fad commit e8417bf
Showing 1 changed file with 1 addition and 60 deletions.
61 changes: 1 addition & 60 deletions k4GaudiPandora/include/DDSimpleMuonDigi.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,63 +86,4 @@ struct DDSimpleMuonDigi final
float computeHitTime(const edm4hep::SimCalorimeterHit& h) const;
};
DECLARE_COMPONENT(DDSimpleMuonDigi)
#endif

// namespace EVENT {
// class SimCalorimeterHit ;
// }

// /** === DDSimpleMuonDigi Processor === <br>
// * 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<bool> _useLayersBarrelVec{}, _useLayersEndcapVec{};

// std::vector<std::string> _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

0 comments on commit e8417bf

Please sign in to comment.