Skip to content
Snippets Groups Projects
Commit c28cb925 authored by Frank Gaede's avatar Frank Gaede Committed by Andre Sailer
Browse files

remove old commented code

parent 4a58c78b
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ void Geant4FastSimShowerModel::constructSensitives(Geant4DetectorConstructionCon
G4Region* region = this->getRegion(this->m_regionName);
for(const auto& prop : this->m_eTriggerNames) {
G4ParticleDefinition* def = this->getParticleDefinition(prop.first);
double val = dd4hep::_toDouble(prop.second) ; // allready in G4units /dd4hep::GeV*CLHEP::GeV;
double val = dd4hep::_toDouble(prop.second) ; // allready in G4units
this->m_eTriggerCut.emplace(def, val);
this->info("Set Energy(ModelTrigger) [%-16s] = %8.4f GeV", prop.first.c_str(), val);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment