Enumerations | |
enum | CalorimeterNumber { kNULL = -1, kESPM, kHB, kENCA, kHE, kHO, kHF, kNumberCalorimeter } |
Functions | |
int | findShowerType (const Gflash3Vector position) |
CalorimeterNumber | getCalorimeterNumber (const Gflash3Vector position) |
double | rhoBackEB (const Gflash3Vector position) |
double | zBackEE (const Gflash3Vector position) |
Variables | |
const double | correl_hadem [4] = { -7.8255e-01, 1.7976e-01, -8.8001e-01, 2.3474e+00 } |
const double | criticalEnergy = 0.0086155 |
const double | divisionStep = 1.0 |
const double | emcorr_pid [10][4] |
const double | emscale [4][4] |
const double | energyCutOff = 1.0 |
const double | EtaMax [kNumberCalorimeter] = {1.479, 1.479, 3.000, 3.000, 1.262, 5.000} |
const double | EtaMin [kNumberCalorimeter] = {0.000, 0.000, 1.479, 1.479, 0.000, 3.000} |
const double | fdep [2][4] |
const double | hadcorr_pid [10][4] |
const double | hadscale [7][4] |
const double | ho_nonzero [4] = {4.79943e-01,4.61158e-01,7.09011e-01,4.86440e+00} |
const double | intLength [kNumberCalorimeter] = { 22.4,16.42, 22.4, 16.42, 16.42, 16.77} |
const double | LengthCrystalEB = 23.0 |
const double | LengthCrystalEE = 22.0 |
const double | maxLateralArmforR50 = 197.0 |
const double | maxShowerDepthforR50 = 6.0 |
const double | MinDistanceToOut = 10.0 |
const double | MinEnergyCutOffForHO = 2.5 |
const double | mipcorr_pid [10][4] |
const int | NPar = 5 |
const int | Nrpar = 4 |
const double | par [8 *NPar][4] |
const double | pbar_emscale [2][4] |
const double | pbar_hadscale [7][4] |
const double | pbar_par [8 *NPar][4] |
const double | pbar_rho [8 *NPar][4] |
const double | pbar_rpar [4 *Nrpar][2] |
const double | pro_emscale [4][4] |
const double | pro_hadscale [7][4] |
const double | QuasiElasticLike = 0.95 |
const double | radLength [kNumberCalorimeter] = { 0.89, 1.49, 0.89, 1.49, 1.49, 1.76} |
const double | RFrontCrystalEB = 129.0 |
const double | rho [8 *NPar][4] |
const double | RLTHAD [kNumberCalorimeter] = {32.7,23.7,32.7,23.7,23.7,23.7} |
const double | Rmax [kNumberCalorimeter] = {177.5, 287.7, 171.1, 263.9, 407.0, 140.0} |
const double | Rmin [kNumberCalorimeter] = {123.8, 177.5, 31.6, 31.6, 382.0, 12.5} |
const double | rMoliere [kNumberCalorimeter] = { 2.19, 2.19, 2.19, 2.19, 2.19, 1.72} |
const double | ROffCrystalEB = 5.2 |
const double | rpar [4 *Nrpar][2] |
const double | SAMHAD [3][kNumberCalorimeter] |
const double | scaleSensitiveHB = 0.200 |
const double | scaleSensitiveHE = 0.200 |
const double | Z [kNumberCalorimeter] = { 68.36, 68.36, 68.36, 68.36, 68.36, 55.845} |
const double | ZFrontCrystalEE = 320.9 |
const double | Zmax [kNumberCalorimeter] = {317.0, 433.2, 399.1, 554.10, 661.0, 1275.0} |
const double | Zmin [kNumberCalorimeter] = {0.000, 0.000, 317.2, 391.95, 0.000, 1110.0} |
const double | ZOffCrystalEE = 3.7 |
Enumerator | |
---|---|
kNULL | |
kESPM | |
kHB | |
kENCA | |
kHE | |
kHO | |
kHF | |
kNumberCalorimeter |
Definition at line 10 of file GflashNameSpace.h.
int Gflash::findShowerType | ( | const Gflash3Vector | position | ) |
Definition at line 44 of file GflashNameSpace.cc.
References eta(), EtaMax, kENCA, kESPM, kHB, kHE, RFrontCrystalEB, rho, rhoBackEB(), Rmin, detailsBasic3DVector::z, zBackEE(), ZFrontCrystalEE, and Zmin.
Referenced by GflashHadronShowerModel::DoIt(), GflashEMShowerModel::DoIt(), and GflashShowino::initialize().
CalorimeterNumber Gflash::getCalorimeterNumber | ( | const Gflash3Vector | position | ) |
Definition at line 7 of file GflashNameSpace.cc.
References eta(), EtaMax, getHLTprescales::index, kENCA, kESPM, kHB, kHE, kNULL, rho, rhoBackEB(), Rmax, Rmin, detailsBasic3DVector::z, zBackEE(), Zmax, and Zmin.
Referenced by GflashHadronShowerModel::excludeDetectorRegion(), GflashHadronShowerProfile::hadronicParameterization(), CalorimetryManager::HDShowerSimulation(), GflashHadronShowerProfile::longitudinalProfile(), and GflashEMShowerProfile::parameterization().
double Gflash::rhoBackEB | ( | const Gflash3Vector | position | ) |
Definition at line 82 of file GflashNameSpace.cc.
References LengthCrystalEB, and RFrontCrystalEB.
Referenced by findShowerType(), and getCalorimeterNumber().
double Gflash::zBackEE | ( | const Gflash3Vector | position | ) |
Definition at line 89 of file GflashNameSpace.cc.
References LengthCrystalEE, and ZFrontCrystalEE.
Referenced by findShowerType(), and getCalorimeterNumber().
const double Gflash::correl_hadem[4] = { -7.8255e-01, 1.7976e-01, -8.8001e-01, 2.3474e+00 } |
const double Gflash::criticalEnergy = 0.0086155 |
Definition at line 58 of file GflashNameSpace.h.
Referenced by GflashEMShowerProfile::parameterization().
const double Gflash::divisionStep = 1.0 |
Definition at line 61 of file GflashNameSpace.h.
Referenced by GflashHadronShowerProfile::hadronicParameterization().
const double Gflash::emcorr_pid[10][4] |
Definition at line 136 of file GflashNameSpace.h.
Referenced by GflashAntiProtonShowerProfile::loadParameters(), GflashProtonShowerProfile::loadParameters(), GflashPiKShowerProfile::loadParameters(), GflashKaonPlusShowerProfile::loadParameters(), and GflashKaonMinusShowerProfile::loadParameters().
const double Gflash::emscale[4][4] |
Definition at line 93 of file GflashNameSpace.h.
Referenced by GflashKaonMinusShowerProfile::loadParameters(), GflashPiKShowerProfile::loadParameters(), and GflashKaonPlusShowerProfile::loadParameters().
const double Gflash::energyCutOff = 1.0 |
Definition at line 43 of file GflashNameSpace.h.
Referenced by GflashHadronShowerModel::ModelTrigger().
const double Gflash::EtaMax[kNumberCalorimeter] = {1.479, 1.479, 3.000, 3.000, 1.262, 5.000} |
Definition at line 33 of file GflashNameSpace.h.
Referenced by DijetMass< Jet >::analyze(), TrackAnalyzer::beginJob(), TrackBuildingAnalyzer::beginJob(), TrackAnalyzer::bookHistosForState(), DijetMass< Jet >::DijetMass(), TrackAnalyzer::doTrackerSpecificInitialization(), GflashShowino::evaluateLengths(), findShowerType(), getCalorimeterNumber(), GflashHadronShowerProfile::hadronicParameterization(), SiPixelMuonHLT::Histo_init(), and isValidGeom().
const double Gflash::EtaMin[kNumberCalorimeter] = {0.000, 0.000, 1.479, 1.479, 0.000, 3.000} |
Definition at line 32 of file GflashNameSpace.h.
Referenced by TrackAnalyzer::beginJob(), TrackBuildingAnalyzer::beginJob(), TrackAnalyzer::bookHistosForState(), TrackAnalyzer::doTrackerSpecificInitialization(), GflashHadronShowerModel::excludeDetectorRegion(), and isValidGeom().
const double Gflash::fdep[2][4] |
Definition at line 88 of file GflashNameSpace.h.
const double Gflash::hadcorr_pid[10][4] |
Definition at line 149 of file GflashNameSpace.h.
Referenced by GflashAntiProtonShowerProfile::loadParameters(), GflashProtonShowerProfile::loadParameters(), GflashPiKShowerProfile::loadParameters(), GflashKaonPlusShowerProfile::loadParameters(), and GflashKaonMinusShowerProfile::loadParameters().
const double Gflash::hadscale[7][4] |
Definition at line 100 of file GflashNameSpace.h.
Referenced by GflashKaonMinusShowerProfile::loadParameters(), GflashPiKShowerProfile::loadParameters(), and GflashKaonPlusShowerProfile::loadParameters().
const double Gflash::ho_nonzero[4] = {4.79943e-01,4.61158e-01,7.09011e-01,4.86440e+00} |
Definition at line 429 of file GflashNameSpace.h.
Referenced by GflashHadronShowerProfile::hadronicParameterization().
const double Gflash::intLength[kNumberCalorimeter] = { 22.4,16.42, 22.4, 16.42, 16.42, 16.77} |
Definition at line 56 of file GflashNameSpace.h.
Referenced by CalorimetryManager::HDShowerSimulation(), GflashHadronShowerProfile::hoProfile(), and GflashHadronShowerProfile::twoGammaProfile().
const double Gflash::LengthCrystalEB = 23.0 |
Definition at line 39 of file GflashNameSpace.h.
Referenced by GflashAntiProtonShowerProfile::loadParameters(), GflashKaonMinusShowerProfile::loadParameters(), GflashProtonShowerProfile::loadParameters(), GflashPiKShowerProfile::loadParameters(), GflashKaonPlusShowerProfile::loadParameters(), rhoBackEB(), and GflashShowino::simulateFirstInteractionPoint().
const double Gflash::LengthCrystalEE = 22.0 |
Definition at line 40 of file GflashNameSpace.h.
Referenced by GflashAntiProtonShowerProfile::loadParameters(), GflashKaonMinusShowerProfile::loadParameters(), GflashProtonShowerProfile::loadParameters(), GflashPiKShowerProfile::loadParameters(), GflashKaonPlusShowerProfile::loadParameters(), GflashShowino::simulateFirstInteractionPoint(), and zBackEE().
const double Gflash::maxLateralArmforR50 = 197.0 |
Definition at line 67 of file GflashNameSpace.h.
Referenced by GflashHadronShowerProfile::locateHitPosition().
const double Gflash::maxShowerDepthforR50 = 6.0 |
Definition at line 64 of file GflashNameSpace.h.
Referenced by GflashHadronShowerProfile::medianLateralArm().
const double Gflash::MinDistanceToOut = 10.0 |
Definition at line 50 of file GflashNameSpace.h.
Referenced by GflashHadronShowerModel::excludeDetectorRegion().
const double Gflash::MinEnergyCutOffForHO = 2.5 |
Definition at line 70 of file GflashNameSpace.h.
Referenced by GflashHadronShowerProfile::hadronicParameterization().
const double Gflash::mipcorr_pid[10][4] |
Definition at line 162 of file GflashNameSpace.h.
Referenced by GflashAntiProtonShowerProfile::loadParameters(), GflashProtonShowerProfile::loadParameters(), GflashPiKShowerProfile::loadParameters(), GflashKaonPlusShowerProfile::loadParameters(), and GflashKaonMinusShowerProfile::loadParameters().
const int Gflash::NPar = 5 |
Definition at line 86 of file GflashNameSpace.h.
Referenced by GflashHadronShowerProfile::getFluctuationVector(), GflashProtonShowerProfile::loadParameters(), GflashPiKShowerProfile::loadParameters(), GflashKaonPlusShowerProfile::loadParameters(), GflashKaonMinusShowerProfile::loadParameters(), and GflashAntiProtonShowerProfile::loadParameters().
const int Gflash::Nrpar = 4 |
const double Gflash::par[8 *NPar][4] |
Definition at line 177 of file GflashNameSpace.h.
Referenced by AlignmentParameterStore::acquireRelativeParameters(), fit::RootMinuit< Function >::addParameter(), TrackParameterAnalyzer::analyze(), KalmanAlignmentAlgorithm::applyAlignmentParameters(), AlignmentMonitorSurvey::book(), GeometricDet::bounds(), DTGeometryBuilderFromDDD::buildChamber(), DTGeometryBuilderFromDDD::buildLayer(), TransientTrackKinematicStateBuilder::buildState(), DTGeometryBuilderFromDDD::buildSuperLayer(), FinalTreeBuilder::buildTree(), ConstrainedTreeBuilder::buildTree(), ConstrainedTreeBuilderT::buildTree(), HIPAlignmentAlgorithm::calcParameters(), LASBarrelAlgorithm::CalculateParameters(), BaseFunction::convertToArrays(), SimpleJetCorrector::correctionBin(), AlignmentParametersFactory::createParameters(), PedeSteerer::defineCoordinates(), MultipleKinematicConstraint::derivative(), TPNFit::doFit(), TMatacq::doFit(), DTDigitizer::driftTimeFromParametrization(), LASBarrelAlgorithm::Dump(), HFLightCalRand::endJob(), HFLightCal::endJob(), HOCalibAnalyzer::endJob(), ZeeCalibration::endOfLoop(), SETSeedFinder::estimateMomentum(), DTGeometryBuilderFromDDD::extractParameters(), DTGeometryParsFromDD::extractParameters(), LMFSeqDat::fetchByRunIOV(), LMFRunIOV::fetchBySequence(), FWRecoGeometryESProducer::fillShapeAndPlacement(), SurveyAlignmentSensor::findAlignPars(), BSFitter::Fit_z_likelihood(), MuScleFitUtils::fitMass(), TFParams::fitpj(), MuScleFitUtils::fitReso(), AlCaHOCalibProducer::getFreeTrajectoryState(), LMFCorrCoefDat::getParameters(), CaloSubdetectorGeometry::getSummary(), LASEndcapAlignmentParameterSet::Init(), fit::RootMinuitCommands< Function >::init(), fit::RootMinuit< Function >::init(), TrajectoryStateTransform::initialFreeState(), TrajectoryStateTransform::innerFreeState(), DTGeometryParsFromDD::insertChamber(), DTGeometryParsFromDD::insertLayer(), DTGeometryParsFromDD::insertSuperLayer(), SurveyAlignment::iterate(), JetCalibrationParameterSetTauJet::JetCalibrationParameterSetTauJet(), JetPartonNamespace::JetPartonCalibrationParameterSet::JetPartonCalibrationParameterSet(), KinematicPerigeeConversions::kinematicParametersFromExPerigee(), KinematicPerigeeConversions::kinematicState(), KinematicTree::leftBranchAdd(), DQMGenericClient::limitedFit(), GflashKaonPlusShowerProfile::loadParameters(), GflashKaonMinusShowerProfile::loadParameters(), GflashProtonShowerProfile::loadParameters(), GflashPiKShowerProfile::loadParameters(), FinalTreeBuilder::momentumPart(), CSCThrTurnOnFcn::operator()(), TrajectoryStateTransform::outerFreeState(), LASBarrelAlignmentParameterSet::Print(), LASEndcapAlignmentParameterSet::Print(), TKinFitter::print(), DBReader::printParameters(), TrackKinematicStatePropagator::propagateToTheTransversePCACharged(), TrackKinematicStatePropagator::propagateToTheTransversePCANeutral(), AlignmentParametersIORoot::readOne(), AlignmentParameterStore::resetParameters(), edm::MallocOptionSetter::retrieveFromEnv(), SaturationFit::SaturationFit(), fit::RootMinuit< Function >::setParameter(), resolutionFunctionType12< T >::sigmaPt(), resolutionFunctionType15< T >::sigmaPt(), resolutionFunctionType17< T >::sigmaPt(), resolutionFunctionType18< T >::sigmaPt(), resolutionFunctionType20< T >::sigmaPt(), smearFunctionType6::smear(), SaxToDom2::startElement(), PrimaryVertexAnalyzer4PU::supf(), HIPAlignmentAlgorithm::terminate(), GaussianStateConversions::vertexFromMultiGaussianState(), and AlignmentParametersIO::writeOneOrigRigidBody().
const double Gflash::pbar_emscale[2][4] |
Definition at line 296 of file GflashNameSpace.h.
Referenced by GflashAntiProtonShowerProfile::loadParameters().
const double Gflash::pbar_hadscale[7][4] |
Definition at line 301 of file GflashNameSpace.h.
Referenced by GflashAntiProtonShowerProfile::loadParameters().
const double Gflash::pbar_par[8 *NPar][4] |
Definition at line 313 of file GflashNameSpace.h.
Referenced by GflashAntiProtonShowerProfile::loadParameters().
const double Gflash::pbar_rho[8 *NPar][4] |
Definition at line 363 of file GflashNameSpace.h.
Referenced by GflashAntiProtonShowerProfile::loadParameters().
const double Gflash::pbar_rpar[4 *Nrpar][2] |
Definition at line 409 of file GflashNameSpace.h.
Referenced by GflashAntiProtonShowerProfile::loadParameters().
const double Gflash::pro_emscale[4][4] |
Definition at line 116 of file GflashNameSpace.h.
Referenced by GflashProtonShowerProfile::loadParameters().
const double Gflash::pro_hadscale[7][4] |
Definition at line 123 of file GflashNameSpace.h.
Referenced by GflashProtonShowerProfile::loadParameters().
const double Gflash::QuasiElasticLike = 0.95 |
Definition at line 47 of file GflashNameSpace.h.
Referenced by GflashHadronShowerModel::isFirstInelasticInteraction().
const double Gflash::radLength[kNumberCalorimeter] = { 0.89, 1.49, 0.89, 1.49, 1.49, 1.76} |
Definition at line 55 of file GflashNameSpace.h.
Referenced by HFGflash::gfParameterization(), GflashEMShowerProfile::parameterization(), and GflashHadronShowerProfile::twoGammaProfile().
const double Gflash::RFrontCrystalEB = 129.0 |
Definition at line 35 of file GflashNameSpace.h.
Referenced by GflashShowino::evaluateLengths(), findShowerType(), GflashAntiProtonShowerProfile::loadParameters(), GflashProtonShowerProfile::loadParameters(), GflashPiKShowerProfile::loadParameters(), GflashKaonMinusShowerProfile::loadParameters(), GflashKaonPlusShowerProfile::loadParameters(), rhoBackEB(), and GflashShowino::simulateFirstInteractionPoint().
const double Gflash::rho[8 *NPar][4] |
Definition at line 227 of file GflashNameSpace.h.
Referenced by findShowerType(), getCalorimeterNumber(), GflashPiKShowerProfile::loadParameters(), GflashKaonPlusShowerProfile::loadParameters(), GflashKaonMinusShowerProfile::loadParameters(), and GflashProtonShowerProfile::loadParameters().
const double Gflash::RLTHAD[kNumberCalorimeter] = {32.7,23.7,32.7,23.7,23.7,23.7} |
Definition at line 81 of file GflashNameSpace.h.
const double Gflash::Rmax[kNumberCalorimeter] = {177.5, 287.7, 171.1, 263.9, 407.0, 140.0} |
Definition at line 30 of file GflashNameSpace.h.
Referenced by CalibrationAlgorithm::analyse(), EcalUncalibRecHitRatioMethodAlgo< C >::computeTime(), GflashShowino::evaluateLengths(), GflashHadronShowerModel::excludeDetectorRegion(), getCalorimeterNumber(), GflashEMShowerProfile::getDistanceToOut(), GflashHadronShowerProfile::hadronicParameterization(), and GflashShowino::simulateFirstInteractionPoint().
const double Gflash::Rmin[kNumberCalorimeter] = {123.8, 177.5, 31.6, 31.6, 382.0, 12.5} |
Definition at line 29 of file GflashNameSpace.h.
Referenced by CalibrationAlgorithm::analyse(), CaloTowersValidation::analyze(), EcalUncalibRecHitRatioMethodAlgo< C >::computeTime(), GflashShowino::evaluateLengths(), findShowerType(), getCalorimeterNumber(), GflashHadronShowerProfile::hadronicParameterization(), GflashAntiProtonShowerProfile::loadParameters(), GflashKaonPlusShowerProfile::loadParameters(), GflashProtonShowerProfile::loadParameters(), GflashKaonMinusShowerProfile::loadParameters(), GflashPiKShowerProfile::loadParameters(), and GflashShowino::simulateFirstInteractionPoint().
const double Gflash::rMoliere[kNumberCalorimeter] = { 2.19, 2.19, 2.19, 2.19, 2.19, 1.72} |
Definition at line 54 of file GflashNameSpace.h.
Referenced by HFGflash::gfParameterization(), GflashEMShowerProfile::locateHitPosition(), and GflashEMShowerProfile::parameterization().
const double Gflash::ROffCrystalEB = 5.2 |
Definition at line 37 of file GflashNameSpace.h.
const double Gflash::rpar[4 *Nrpar][2] |
Definition at line 275 of file GflashNameSpace.h.
Referenced by GflashKaonMinusShowerProfile::loadParameters(), GflashProtonShowerProfile::loadParameters(), GflashPiKShowerProfile::loadParameters(), and GflashKaonPlusShowerProfile::loadParameters().
const double Gflash::SAMHAD[3][kNumberCalorimeter] |
Definition at line 78 of file GflashNameSpace.h.
const double Gflash::scaleSensitiveHB = 0.200 |
Definition at line 73 of file GflashNameSpace.h.
Referenced by GflashHadronShowerModel::makeHits().
const double Gflash::scaleSensitiveHE = 0.200 |
Definition at line 74 of file GflashNameSpace.h.
Referenced by GflashHadronShowerModel::makeHits().
const double Gflash::Z[kNumberCalorimeter] = { 68.36, 68.36, 68.36, 68.36, 68.36, 55.845} |
Definition at line 57 of file GflashNameSpace.h.
Referenced by ZeePlots::analyze(), RPCEfficiency::analyze(), MagGeoBuilderFromDDD::build(), TFitParticleEScaledMomDev::calc4Vec(), TFitParticleMCCart::calc4Vec(), TFitParticleMCPInvSpher::calc4Vec(), TFitParticleMCSpher::calc4Vec(), TFitParticleSpher::calc4Vec(), TFitParticleECart::calc4Vec(), TFitParticleCart::calc4Vec(), TFitParticleEtEtaPhi::calc4Vec(), TFitParticleESpher::calc4Vec(), TFitParticleEtThetaPhi::calc4Vec(), TFitParticleMCMomDev::calc4Vec(), TFitParticleEMomDev::calc4Vec(), TFitParticleMomDev::calc4Vec(), CocoaMaterialElementary::CocoaMaterialElementary(), CSCSegtoRPC::CSCSegtoRPC(), DTSegtoRPC::DTSegtoRPC(), DAClusterizerInZ::dump(), MuScleFitPlotter::fillSim(), MuScleFitFilter::filter(), MagESector::findVolume(), MagBRod::findVolume(), TFParams::fitpj(), BaseCrystal::getDrawingCoordinates(), AddTvTrack::getSecondaryVertices(), MagGeometry::inBarrel(), PerigeeConversions::jacobianCurvilinear2Perigee(), PerigeeConversions::jacobianPerigee2Curvilinear(), MaterialEffects::MaterialEffects(), GaussEvtVtxGenerator::newVertex(), BetafuncEvtVtxGenerator::newVertex(), FSimTrack::notYetToEndVertex(), GflashEMShowerProfile::parameterization(), PetrukhinFunc(), PFAlgo::processBlock(), PreshowerClusterProducer::produce(), AlCaElectronsProducer::produce(), DAClusterizerInZ::purge(), TopologyWorker::setPartList(), CosmicMuonGenerator::setZCentrOfTarget(), CosmicMuonGenerator::setZDistOfTarget(), DAClusterizerInZ::update(), TwoTrackMinimumDistanceHelixLine::updateCoeffs(), and DAClusterizerInZ::vertices().
const double Gflash::ZFrontCrystalEE = 320.9 |
Definition at line 36 of file GflashNameSpace.h.
Referenced by GflashShowino::evaluateLengths(), findShowerType(), GflashAntiProtonShowerProfile::loadParameters(), GflashProtonShowerProfile::loadParameters(), GflashPiKShowerProfile::loadParameters(), GflashKaonMinusShowerProfile::loadParameters(), GflashKaonPlusShowerProfile::loadParameters(), GflashShowino::simulateFirstInteractionPoint(), and zBackEE().
const double Gflash::Zmax[kNumberCalorimeter] = {317.0, 433.2, 399.1, 554.10, 661.0, 1275.0} |
Definition at line 28 of file GflashNameSpace.h.
Referenced by MagGeoBuilderFromDDD::bSlab::bSlab(), GflashShowino::evaluateLengths(), GflashHadronShowerModel::excludeDetectorRegion(), getCalorimeterNumber(), GflashEMShowerProfile::getDistanceToOut(), GflashHadronShowerProfile::hadronicParameterization(), GflashEMShowerProfile::parameterization(), and GflashShowino::simulateFirstInteractionPoint().
const double Gflash::Zmin[kNumberCalorimeter] = {0.000, 0.000, 317.2, 391.95, 0.000, 1110.0} |
Definition at line 27 of file GflashNameSpace.h.
Referenced by MagGeoBuilderFromDDD::bSlab::bSlab(), GflashShowino::evaluateLengths(), GflashHadronShowerModel::excludeDetectorRegion(), findShowerType(), getCalorimeterNumber(), GflashProtonShowerProfile::loadParameters(), GflashKaonMinusShowerProfile::loadParameters(), GflashKaonPlusShowerProfile::loadParameters(), GflashPiKShowerProfile::loadParameters(), GflashAntiProtonShowerProfile::loadParameters(), and GflashShowino::simulateFirstInteractionPoint().
const double Gflash::ZOffCrystalEE = 3.7 |
Definition at line 38 of file GflashNameSpace.h.