CMS 3D CMS Logo

List of all members | Public Member Functions | Private Types | Private Attributes | Friends
PEcalValidInfo Class Reference

#include <PValidationFormats.h>

Public Member Functions

FloatVector bX0 () const
 
int crystalInEB () const
 
int crystalInEEzm () const
 
int crystalInEEzp () const
 
float eb1x1 () const
 
float eb2x2 () const
 
float eb3x3 () const
 
float eb4x4 () const
 
float eb5x5 () const
 
float ee1x1 () const
 
float ee2x2 () const
 
float ee3x3 () const
 
float ee4x4 () const
 
float ee5x5 () const
 
FloatVector eIn1ES () const
 
FloatVector eIn1ESzm () const
 
FloatVector eIn1ESzp () const
 
FloatVector eIn2ES () const
 
FloatVector eIn2ESzm () const
 
FloatVector eIn2ESzp () const
 
float eInEB () const
 
float eInEE () const
 
float eInEEzm () const
 
float eInEEzp () const
 
float eInES () const
 
float eInESzm () const
 
float eInESzp () const
 
FloatVector eOfEBHits () const
 
FloatVector eOfEEHits () const
 
FloatVector eOfEEMinusHits () const
 
FloatVector eOfEEPlusHits () const
 
FloatVector eOfESHits () const
 
FloatVector etaOfEBHits () const
 
FloatVector etaOfEEHits () const
 
FloatVector etaOfESHits () const
 
FloatVector eX0 () const
 
int hitsIn1ES () const
 
int hitsIn1ESzm () const
 
int hitsIn1ESzp () const
 
int hitsIn2ES () const
 
int hitsIn2ESzm () const
 
int hitsIn2ESzp () const
 
int hitsInEB () const
 
int hitsInEcal () const
 
int hitsInEE () const
 
int hitsInES () const
 
math::XYZTLorentzVector momentum () const
 
 PEcalValidInfo ()
 
FloatVector phiOfEBHits () const
 
FloatVector phiOfEEHits () const
 
FloatVector phiOfiESHits () const
 
int pId () const
 
FloatVector tOfEBHits () const
 
FloatVector tOfEEHits () const
 
FloatVector tOfESHits () const
 
math::XYZTLorentzVector vertex () const
 
FloatVector zOfInES () const
 
 ~PEcalValidInfo ()
 

Private Types

typedef std::vector< float > FloatVector
 

Private Attributes

float eb1
 
float eb16
 
float eb25
 
float eb4
 
float eb9
 
FloatVector eBX0
 
float ee1
 
float ee16
 
float ee25
 
float ee4
 
float ee9
 
FloatVector eEX0
 
FloatVector eOf1ES
 
FloatVector eOf1ESzm
 
FloatVector eOf1ESzp
 
FloatVector eOf2ES
 
FloatVector eOf2ESzm
 
FloatVector eOf2ESzp
 
FloatVector eOfEBCaloG4Hit
 
FloatVector eOfEECaloG4Hit
 
FloatVector eOfEEMinusCaloG4Hit
 
FloatVector eOfEEPlusCaloG4Hit
 
FloatVector eOfESCaloG4Hit
 
FloatVector etaOfEBCaloG4Hit
 
FloatVector etaOfEECaloG4Hit
 
FloatVector etaOfESCaloG4Hit
 
int nCrystalInEB
 
int nCrystalInEEzm
 
int nCrystalInEEzp
 
int nHitsIn1ES
 
int nHitsIn1ESzm
 
int nHitsIn1ESzp
 
int nHitsIn2ES
 
int nHitsIn2ESzm
 
int nHitsIn2ESzp
 
int nHitsInEB
 
int nHitsInEE
 
int nHitsInES
 
FloatVector phiOfEBCaloG4Hit
 
FloatVector phiOfEECaloG4Hit
 
FloatVector phiOfESCaloG4Hit
 
math::XYZTLorentzVector theMomentum
 
int thePID
 
math::XYZTLorentzVector theVertex
 
FloatVector tOfEBCaloG4Hit
 
FloatVector tOfEECaloG4Hit
 
FloatVector tOfESCaloG4Hit
 
float totalEInEB
 
float totalEInEE
 
float totalEInEEzm
 
float totalEInEEzp
 
float totalEInES
 
float totalEInESzm
 
float totalEInESzp
 
int totalHits
 
FloatVector zOfES
 

Friends

class EcalSimHitsValidProducer
 
class EcalTestAnalysis
 
class PreshowerTestAnalysis
 
class SimHitSingleTest
 

Detailed Description

Definition at line 1063 of file PValidationFormats.h.

Member Typedef Documentation

◆ FloatVector

typedef std::vector<float> PEcalValidInfo::FloatVector
private

Definition at line 1068 of file PValidationFormats.h.

Constructor & Destructor Documentation

◆ PEcalValidInfo()

PEcalValidInfo::PEcalValidInfo ( )
inline

Definition at line 1071 of file PValidationFormats.h.

1072  : ee1(0.0),
1073  ee4(0.0),
1074  ee9(0.0),
1075  ee16(0.0),
1076  ee25(0.0),
1077  eb1(0.0),
1078  eb4(0.0),
1079  eb9(0.0),
1080  eb16(0.0),
1081  eb25(0.0),
1082  totalEInEE(0.0),
1083  totalEInEB(0.0),
1084  totalEInES(0.0),
1085  totalHits(0),
1086  nHitsInEE(0),
1087  nHitsInEB(0),
1088  nHitsInES(0),
1089  nHitsIn1ES(0),
1090  nHitsIn2ES(0) {}

◆ ~PEcalValidInfo()

PEcalValidInfo::~PEcalValidInfo ( )
inline

Definition at line 1092 of file PValidationFormats.h.

1092 {}

Member Function Documentation

◆ bX0()

FloatVector PEcalValidInfo::bX0 ( ) const
inline

Definition at line 1133 of file PValidationFormats.h.

References eBX0.

Referenced by EcalBarrelSimHitsValidation::analyze().

1133 { return eBX0; }

◆ crystalInEB()

int PEcalValidInfo::crystalInEB ( ) const
inline

Definition at line 1129 of file PValidationFormats.h.

References nCrystalInEB.

1129 { return nCrystalInEB; }

◆ crystalInEEzm()

int PEcalValidInfo::crystalInEEzm ( ) const
inline

Definition at line 1131 of file PValidationFormats.h.

References nCrystalInEEzm.

1131 { return nCrystalInEEzm; }

◆ crystalInEEzp()

int PEcalValidInfo::crystalInEEzp ( ) const
inline

Definition at line 1130 of file PValidationFormats.h.

References nCrystalInEEzp.

1130 { return nCrystalInEEzp; }

◆ eb1x1()

float PEcalValidInfo::eb1x1 ( ) const
inline

Definition at line 1101 of file PValidationFormats.h.

References eb1.

Referenced by EcalBarrelSimHitsValidation::analyze().

1101 { return eb1; }

◆ eb2x2()

float PEcalValidInfo::eb2x2 ( ) const
inline

Definition at line 1102 of file PValidationFormats.h.

References eb4.

1102 { return eb4; }

◆ eb3x3()

float PEcalValidInfo::eb3x3 ( ) const
inline

Definition at line 1103 of file PValidationFormats.h.

References eb9.

1103 { return eb9; }

◆ eb4x4()

float PEcalValidInfo::eb4x4 ( ) const
inline

Definition at line 1104 of file PValidationFormats.h.

References eb16.

1104 { return eb16; }

◆ eb5x5()

float PEcalValidInfo::eb5x5 ( ) const
inline

Definition at line 1105 of file PValidationFormats.h.

References eb25.

1105 { return eb25; }

◆ ee1x1()

float PEcalValidInfo::ee1x1 ( ) const
inline

Definition at line 1095 of file PValidationFormats.h.

References ee1.

Referenced by EcalEndcapSimHitsValidation::analyze().

1095 { return ee1; }

◆ ee2x2()

float PEcalValidInfo::ee2x2 ( ) const
inline

Definition at line 1096 of file PValidationFormats.h.

References ee4.

1096 { return ee4; }

◆ ee3x3()

float PEcalValidInfo::ee3x3 ( ) const
inline

Definition at line 1097 of file PValidationFormats.h.

References ee9.

1097 { return ee9; }

◆ ee4x4()

float PEcalValidInfo::ee4x4 ( ) const
inline

Definition at line 1098 of file PValidationFormats.h.

References ee16.

1098 { return ee16; }

◆ ee5x5()

float PEcalValidInfo::ee5x5 ( ) const
inline

Definition at line 1099 of file PValidationFormats.h.

References ee25.

1099 { return ee25; }

◆ eIn1ES()

FloatVector PEcalValidInfo::eIn1ES ( ) const
inline

Definition at line 1136 of file PValidationFormats.h.

References eOf1ES.

1136 { return eOf1ES; }

◆ eIn1ESzm()

FloatVector PEcalValidInfo::eIn1ESzm ( ) const
inline

Definition at line 1141 of file PValidationFormats.h.

References eOf1ESzm.

1141 { return eOf1ESzm; }

◆ eIn1ESzp()

FloatVector PEcalValidInfo::eIn1ESzp ( ) const
inline

Definition at line 1140 of file PValidationFormats.h.

References eOf1ESzp.

1140 { return eOf1ESzp; }

◆ eIn2ES()

FloatVector PEcalValidInfo::eIn2ES ( ) const
inline

Definition at line 1137 of file PValidationFormats.h.

References eOf2ES.

1137 { return eOf2ES; }

◆ eIn2ESzm()

FloatVector PEcalValidInfo::eIn2ESzm ( ) const
inline

Definition at line 1144 of file PValidationFormats.h.

References eOf2ESzm.

1144 { return eOf2ESzm; }

◆ eIn2ESzp()

FloatVector PEcalValidInfo::eIn2ESzp ( ) const
inline

Definition at line 1143 of file PValidationFormats.h.

References eOf2ESzp.

1143 { return eOf2ESzp; }

◆ eInEB()

float PEcalValidInfo::eInEB ( ) const
inline

Definition at line 1108 of file PValidationFormats.h.

References totalEInEB.

1108 { return totalEInEB; }

◆ eInEE()

float PEcalValidInfo::eInEE ( ) const
inline

Definition at line 1107 of file PValidationFormats.h.

References totalEInEE.

1107 { return totalEInEE; }

◆ eInEEzm()

float PEcalValidInfo::eInEEzm ( ) const
inline

Definition at line 1112 of file PValidationFormats.h.

References totalEInEEzm.

1112 { return totalEInEEzm; }

◆ eInEEzp()

float PEcalValidInfo::eInEEzp ( ) const
inline

Definition at line 1111 of file PValidationFormats.h.

References totalEInEEzp.

1111 { return totalEInEEzp; }

◆ eInES()

float PEcalValidInfo::eInES ( ) const
inline

Definition at line 1109 of file PValidationFormats.h.

References totalEInES.

1109 { return totalEInES; }

◆ eInESzm()

float PEcalValidInfo::eInESzm ( ) const
inline

Definition at line 1115 of file PValidationFormats.h.

References totalEInESzm.

1115 { return totalEInESzm; }

◆ eInESzp()

float PEcalValidInfo::eInESzp ( ) const
inline

Definition at line 1114 of file PValidationFormats.h.

References totalEInESzp.

1114 { return totalEInESzp; }

◆ eOfEBHits()

FloatVector PEcalValidInfo::eOfEBHits ( ) const
inline

Definition at line 1156 of file PValidationFormats.h.

References eOfEBCaloG4Hit.

1156 { return eOfEBCaloG4Hit; }
FloatVector eOfEBCaloG4Hit

◆ eOfEEHits()

FloatVector PEcalValidInfo::eOfEEHits ( ) const
inline

Definition at line 1149 of file PValidationFormats.h.

References eOfEECaloG4Hit.

1149 { return eOfEECaloG4Hit; }
FloatVector eOfEECaloG4Hit

◆ eOfEEMinusHits()

FloatVector PEcalValidInfo::eOfEEMinusHits ( ) const
inline

Definition at line 1151 of file PValidationFormats.h.

References eOfEEMinusCaloG4Hit.

1151 { return eOfEEMinusCaloG4Hit; }
FloatVector eOfEEMinusCaloG4Hit

◆ eOfEEPlusHits()

FloatVector PEcalValidInfo::eOfEEPlusHits ( ) const
inline

Definition at line 1150 of file PValidationFormats.h.

References eOfEEPlusCaloG4Hit.

1150 { return eOfEEPlusCaloG4Hit; }
FloatVector eOfEEPlusCaloG4Hit

◆ eOfESHits()

FloatVector PEcalValidInfo::eOfESHits ( ) const
inline

Definition at line 1161 of file PValidationFormats.h.

References eOfESCaloG4Hit.

1161 { return eOfESCaloG4Hit; }
FloatVector eOfESCaloG4Hit

◆ etaOfEBHits()

FloatVector PEcalValidInfo::etaOfEBHits ( ) const
inline

Definition at line 1154 of file PValidationFormats.h.

References etaOfEBCaloG4Hit.

1154 { return etaOfEBCaloG4Hit; }
FloatVector etaOfEBCaloG4Hit

◆ etaOfEEHits()

FloatVector PEcalValidInfo::etaOfEEHits ( ) const
inline

Definition at line 1147 of file PValidationFormats.h.

References etaOfEECaloG4Hit.

1147 { return etaOfEECaloG4Hit; }
FloatVector etaOfEECaloG4Hit

◆ etaOfESHits()

FloatVector PEcalValidInfo::etaOfESHits ( ) const
inline

Definition at line 1159 of file PValidationFormats.h.

References etaOfESCaloG4Hit.

1159 { return etaOfESCaloG4Hit; }
FloatVector etaOfESCaloG4Hit

◆ eX0()

FloatVector PEcalValidInfo::eX0 ( ) const
inline

Definition at line 1134 of file PValidationFormats.h.

References eEX0.

Referenced by EcalEndcapSimHitsValidation::analyze().

1134 { return eEX0; }

◆ hitsIn1ES()

int PEcalValidInfo::hitsIn1ES ( ) const
inline

Definition at line 1121 of file PValidationFormats.h.

References nHitsIn1ES.

1121 { return nHitsIn1ES; }

◆ hitsIn1ESzm()

int PEcalValidInfo::hitsIn1ESzm ( ) const
inline

Definition at line 1125 of file PValidationFormats.h.

References nHitsIn1ESzm.

1125 { return nHitsIn1ESzm; }

◆ hitsIn1ESzp()

int PEcalValidInfo::hitsIn1ESzp ( ) const
inline

Definition at line 1124 of file PValidationFormats.h.

References nHitsIn1ESzp.

1124 { return nHitsIn1ESzp; }

◆ hitsIn2ES()

int PEcalValidInfo::hitsIn2ES ( ) const
inline

Definition at line 1122 of file PValidationFormats.h.

References nHitsIn2ES.

1122 { return nHitsIn2ES; }

◆ hitsIn2ESzm()

int PEcalValidInfo::hitsIn2ESzm ( ) const
inline

Definition at line 1127 of file PValidationFormats.h.

References nHitsIn2ESzm.

1127 { return nHitsIn2ESzm; }

◆ hitsIn2ESzp()

int PEcalValidInfo::hitsIn2ESzp ( ) const
inline

Definition at line 1126 of file PValidationFormats.h.

References nHitsIn2ESzp.

1126 { return nHitsIn2ESzp; }

◆ hitsInEB()

int PEcalValidInfo::hitsInEB ( ) const
inline

Definition at line 1119 of file PValidationFormats.h.

References nHitsInEB.

1119 { return nHitsInEB; }

◆ hitsInEcal()

int PEcalValidInfo::hitsInEcal ( ) const
inline

Definition at line 1117 of file PValidationFormats.h.

References totalHits.

1117 { return totalHits; }

◆ hitsInEE()

int PEcalValidInfo::hitsInEE ( ) const
inline

Definition at line 1118 of file PValidationFormats.h.

References nHitsInEE.

1118 { return nHitsInEE; }

◆ hitsInES()

int PEcalValidInfo::hitsInES ( ) const
inline

Definition at line 1120 of file PValidationFormats.h.

References nHitsInES.

1120 { return nHitsInES; }

◆ momentum()

math::XYZTLorentzVector PEcalValidInfo::momentum ( ) const
inline

Definition at line 1163 of file PValidationFormats.h.

References theMomentum.

1163 { return theMomentum; }
math::XYZTLorentzVector theMomentum

◆ phiOfEBHits()

FloatVector PEcalValidInfo::phiOfEBHits ( ) const
inline

Definition at line 1153 of file PValidationFormats.h.

References phiOfEBCaloG4Hit.

1153 { return phiOfEBCaloG4Hit; }
FloatVector phiOfEBCaloG4Hit

◆ phiOfEEHits()

FloatVector PEcalValidInfo::phiOfEEHits ( ) const
inline

Definition at line 1146 of file PValidationFormats.h.

References phiOfEECaloG4Hit.

1146 { return phiOfEECaloG4Hit; }
FloatVector phiOfEECaloG4Hit

◆ phiOfiESHits()

FloatVector PEcalValidInfo::phiOfiESHits ( ) const
inline

Definition at line 1158 of file PValidationFormats.h.

References phiOfESCaloG4Hit.

1158 { return phiOfESCaloG4Hit; }
FloatVector phiOfESCaloG4Hit

◆ pId()

int PEcalValidInfo::pId ( ) const
inline

Definition at line 1166 of file PValidationFormats.h.

References thePID.

1166 { return thePID; }

◆ tOfEBHits()

FloatVector PEcalValidInfo::tOfEBHits ( ) const
inline

Definition at line 1155 of file PValidationFormats.h.

References tOfEBCaloG4Hit.

1155 { return tOfEBCaloG4Hit; }
FloatVector tOfEBCaloG4Hit

◆ tOfEEHits()

FloatVector PEcalValidInfo::tOfEEHits ( ) const
inline

Definition at line 1148 of file PValidationFormats.h.

References tOfEECaloG4Hit.

1148 { return tOfEECaloG4Hit; }
FloatVector tOfEECaloG4Hit

◆ tOfESHits()

FloatVector PEcalValidInfo::tOfESHits ( ) const
inline

Definition at line 1160 of file PValidationFormats.h.

References tOfESCaloG4Hit.

1160 { return tOfESCaloG4Hit; }
FloatVector tOfESCaloG4Hit

◆ vertex()

math::XYZTLorentzVector PEcalValidInfo::vertex ( ) const
inline

Definition at line 1164 of file PValidationFormats.h.

References theVertex.

Referenced by Tau.Tau::dxy().

1164 { return theVertex; }
math::XYZTLorentzVector theVertex

◆ zOfInES()

FloatVector PEcalValidInfo::zOfInES ( ) const
inline

Definition at line 1138 of file PValidationFormats.h.

References zOfES.

1138 { return zOfES; }

Friends And Related Function Documentation

◆ EcalSimHitsValidProducer

friend class EcalSimHitsValidProducer
friend

Definition at line 1067 of file PValidationFormats.h.

◆ EcalTestAnalysis

friend class EcalTestAnalysis
friend

Definition at line 1064 of file PValidationFormats.h.

◆ PreshowerTestAnalysis

friend class PreshowerTestAnalysis
friend

Definition at line 1065 of file PValidationFormats.h.

◆ SimHitSingleTest

friend class SimHitSingleTest
friend

Definition at line 1066 of file PValidationFormats.h.

Member Data Documentation

◆ eb1

float PEcalValidInfo::eb1
private

Definition at line 1175 of file PValidationFormats.h.

Referenced by eb1x1(), and EcalSimHitsValidProducer::fillEventInfo().

◆ eb16

float PEcalValidInfo::eb16
private

Definition at line 1178 of file PValidationFormats.h.

Referenced by eb4x4(), and EcalSimHitsValidProducer::fillEventInfo().

◆ eb25

float PEcalValidInfo::eb25
private

Definition at line 1179 of file PValidationFormats.h.

Referenced by eb5x5(), and EcalSimHitsValidProducer::fillEventInfo().

◆ eb4

float PEcalValidInfo::eb4
private

Definition at line 1176 of file PValidationFormats.h.

Referenced by eb2x2(), and EcalSimHitsValidProducer::fillEventInfo().

◆ eb9

float PEcalValidInfo::eb9
private

Definition at line 1177 of file PValidationFormats.h.

Referenced by eb3x3(), and EcalSimHitsValidProducer::fillEventInfo().

◆ eBX0

FloatVector PEcalValidInfo::eBX0
private

Definition at line 1206 of file PValidationFormats.h.

Referenced by bX0(), and EcalSimHitsValidProducer::fillEventInfo().

◆ ee1

float PEcalValidInfo::ee1
private

Definition at line 1169 of file PValidationFormats.h.

Referenced by ee1x1(), and EcalSimHitsValidProducer::fillEventInfo().

◆ ee16

float PEcalValidInfo::ee16
private

Definition at line 1172 of file PValidationFormats.h.

Referenced by ee4x4(), and EcalSimHitsValidProducer::fillEventInfo().

◆ ee25

float PEcalValidInfo::ee25
private

Definition at line 1173 of file PValidationFormats.h.

Referenced by ee5x5(), and EcalSimHitsValidProducer::fillEventInfo().

◆ ee4

float PEcalValidInfo::ee4
private

Definition at line 1170 of file PValidationFormats.h.

Referenced by ee2x2(), and EcalSimHitsValidProducer::fillEventInfo().

◆ ee9

float PEcalValidInfo::ee9
private

Definition at line 1171 of file PValidationFormats.h.

Referenced by ee3x3(), and EcalSimHitsValidProducer::fillEventInfo().

◆ eEX0

FloatVector PEcalValidInfo::eEX0
private

Definition at line 1207 of file PValidationFormats.h.

Referenced by eX0(), and EcalSimHitsValidProducer::fillEventInfo().

◆ eOf1ES

FloatVector PEcalValidInfo::eOf1ES
private

Definition at line 1209 of file PValidationFormats.h.

Referenced by eIn1ES(), and EcalSimHitsValidProducer::fillEventInfo().

◆ eOf1ESzm

FloatVector PEcalValidInfo::eOf1ESzm
private

Definition at line 1214 of file PValidationFormats.h.

Referenced by eIn1ESzm(), and EcalSimHitsValidProducer::fillEventInfo().

◆ eOf1ESzp

FloatVector PEcalValidInfo::eOf1ESzp
private

Definition at line 1213 of file PValidationFormats.h.

Referenced by eIn1ESzp(), and EcalSimHitsValidProducer::fillEventInfo().

◆ eOf2ES

FloatVector PEcalValidInfo::eOf2ES
private

Definition at line 1210 of file PValidationFormats.h.

Referenced by eIn2ES(), and EcalSimHitsValidProducer::fillEventInfo().

◆ eOf2ESzm

FloatVector PEcalValidInfo::eOf2ESzm
private

Definition at line 1216 of file PValidationFormats.h.

Referenced by eIn2ESzm(), and EcalSimHitsValidProducer::fillEventInfo().

◆ eOf2ESzp

FloatVector PEcalValidInfo::eOf2ESzp
private

Definition at line 1215 of file PValidationFormats.h.

Referenced by eIn2ESzp(), and EcalSimHitsValidProducer::fillEventInfo().

◆ eOfEBCaloG4Hit

FloatVector PEcalValidInfo::eOfEBCaloG4Hit
private

Definition at line 1233 of file PValidationFormats.h.

Referenced by eOfEBHits(), and EcalSimHitsValidProducer::fillEventInfo().

◆ eOfEECaloG4Hit

FloatVector PEcalValidInfo::eOfEECaloG4Hit
private

Definition at line 1221 of file PValidationFormats.h.

Referenced by eOfEEHits(), and EcalSimHitsValidProducer::fillEventInfo().

◆ eOfEEMinusCaloG4Hit

FloatVector PEcalValidInfo::eOfEEMinusCaloG4Hit
private

◆ eOfEEPlusCaloG4Hit

FloatVector PEcalValidInfo::eOfEEPlusCaloG4Hit
private

◆ eOfESCaloG4Hit

FloatVector PEcalValidInfo::eOfESCaloG4Hit
private

Definition at line 1228 of file PValidationFormats.h.

Referenced by eOfESHits(), and EcalSimHitsValidProducer::fillEventInfo().

◆ etaOfEBCaloG4Hit

FloatVector PEcalValidInfo::etaOfEBCaloG4Hit
private

Definition at line 1231 of file PValidationFormats.h.

Referenced by etaOfEBHits(), and EcalSimHitsValidProducer::fillEventInfo().

◆ etaOfEECaloG4Hit

FloatVector PEcalValidInfo::etaOfEECaloG4Hit
private

Definition at line 1219 of file PValidationFormats.h.

Referenced by etaOfEEHits(), and EcalSimHitsValidProducer::fillEventInfo().

◆ etaOfESCaloG4Hit

FloatVector PEcalValidInfo::etaOfESCaloG4Hit
private

Definition at line 1226 of file PValidationFormats.h.

Referenced by etaOfESHits(), and EcalSimHitsValidProducer::fillEventInfo().

◆ nCrystalInEB

int PEcalValidInfo::nCrystalInEB
private

Definition at line 1202 of file PValidationFormats.h.

Referenced by crystalInEB(), and EcalSimHitsValidProducer::fillEventInfo().

◆ nCrystalInEEzm

int PEcalValidInfo::nCrystalInEEzm
private

◆ nCrystalInEEzp

int PEcalValidInfo::nCrystalInEEzp
private

◆ nHitsIn1ES

int PEcalValidInfo::nHitsIn1ES
private

Definition at line 1194 of file PValidationFormats.h.

Referenced by EcalSimHitsValidProducer::fillEventInfo(), and hitsIn1ES().

◆ nHitsIn1ESzm

int PEcalValidInfo::nHitsIn1ESzm
private

Definition at line 1198 of file PValidationFormats.h.

Referenced by EcalSimHitsValidProducer::fillEventInfo(), and hitsIn1ESzm().

◆ nHitsIn1ESzp

int PEcalValidInfo::nHitsIn1ESzp
private

Definition at line 1197 of file PValidationFormats.h.

Referenced by EcalSimHitsValidProducer::fillEventInfo(), and hitsIn1ESzp().

◆ nHitsIn2ES

int PEcalValidInfo::nHitsIn2ES
private

Definition at line 1195 of file PValidationFormats.h.

Referenced by EcalSimHitsValidProducer::fillEventInfo(), and hitsIn2ES().

◆ nHitsIn2ESzm

int PEcalValidInfo::nHitsIn2ESzm
private

Definition at line 1200 of file PValidationFormats.h.

Referenced by EcalSimHitsValidProducer::fillEventInfo(), and hitsIn2ESzm().

◆ nHitsIn2ESzp

int PEcalValidInfo::nHitsIn2ESzp
private

Definition at line 1199 of file PValidationFormats.h.

Referenced by EcalSimHitsValidProducer::fillEventInfo(), and hitsIn2ESzp().

◆ nHitsInEB

int PEcalValidInfo::nHitsInEB
private

Definition at line 1192 of file PValidationFormats.h.

Referenced by EcalSimHitsValidProducer::fillEventInfo(), and hitsInEB().

◆ nHitsInEE

int PEcalValidInfo::nHitsInEE
private

Definition at line 1191 of file PValidationFormats.h.

Referenced by EcalSimHitsValidProducer::fillEventInfo(), and hitsInEE().

◆ nHitsInES

int PEcalValidInfo::nHitsInES
private

Definition at line 1193 of file PValidationFormats.h.

Referenced by EcalSimHitsValidProducer::fillEventInfo(), and hitsInES().

◆ phiOfEBCaloG4Hit

FloatVector PEcalValidInfo::phiOfEBCaloG4Hit
private

Definition at line 1230 of file PValidationFormats.h.

Referenced by EcalSimHitsValidProducer::fillEventInfo(), and phiOfEBHits().

◆ phiOfEECaloG4Hit

FloatVector PEcalValidInfo::phiOfEECaloG4Hit
private

Definition at line 1218 of file PValidationFormats.h.

Referenced by EcalSimHitsValidProducer::fillEventInfo(), and phiOfEEHits().

◆ phiOfESCaloG4Hit

FloatVector PEcalValidInfo::phiOfESCaloG4Hit
private

Definition at line 1225 of file PValidationFormats.h.

Referenced by EcalSimHitsValidProducer::fillEventInfo(), and phiOfiESHits().

◆ theMomentum

math::XYZTLorentzVector PEcalValidInfo::theMomentum
private

Definition at line 1236 of file PValidationFormats.h.

Referenced by EcalSimHitsValidProducer::fillEventInfo(), and momentum().

◆ thePID

int PEcalValidInfo::thePID
private

Definition at line 1235 of file PValidationFormats.h.

Referenced by EcalSimHitsValidProducer::fillEventInfo(), and pId().

◆ theVertex

math::XYZTLorentzVector PEcalValidInfo::theVertex
private

Definition at line 1237 of file PValidationFormats.h.

Referenced by EcalSimHitsValidProducer::fillEventInfo(), and vertex().

◆ tOfEBCaloG4Hit

FloatVector PEcalValidInfo::tOfEBCaloG4Hit
private

Definition at line 1232 of file PValidationFormats.h.

Referenced by EcalSimHitsValidProducer::fillEventInfo(), and tOfEBHits().

◆ tOfEECaloG4Hit

FloatVector PEcalValidInfo::tOfEECaloG4Hit
private

Definition at line 1220 of file PValidationFormats.h.

Referenced by EcalSimHitsValidProducer::fillEventInfo(), and tOfEEHits().

◆ tOfESCaloG4Hit

FloatVector PEcalValidInfo::tOfESCaloG4Hit
private

Definition at line 1227 of file PValidationFormats.h.

Referenced by EcalSimHitsValidProducer::fillEventInfo(), and tOfESHits().

◆ totalEInEB

float PEcalValidInfo::totalEInEB
private

Definition at line 1182 of file PValidationFormats.h.

Referenced by eInEB(), and EcalSimHitsValidProducer::fillEventInfo().

◆ totalEInEE

float PEcalValidInfo::totalEInEE
private

Definition at line 1181 of file PValidationFormats.h.

Referenced by eInEE(), and EcalSimHitsValidProducer::fillEventInfo().

◆ totalEInEEzm

float PEcalValidInfo::totalEInEEzm
private

Definition at line 1186 of file PValidationFormats.h.

Referenced by eInEEzm(), and EcalSimHitsValidProducer::fillEventInfo().

◆ totalEInEEzp

float PEcalValidInfo::totalEInEEzp
private

Definition at line 1185 of file PValidationFormats.h.

Referenced by eInEEzp(), and EcalSimHitsValidProducer::fillEventInfo().

◆ totalEInES

float PEcalValidInfo::totalEInES
private

Definition at line 1183 of file PValidationFormats.h.

Referenced by eInES(), and EcalSimHitsValidProducer::fillEventInfo().

◆ totalEInESzm

float PEcalValidInfo::totalEInESzm
private

Definition at line 1188 of file PValidationFormats.h.

Referenced by eInESzm(), and EcalSimHitsValidProducer::fillEventInfo().

◆ totalEInESzp

float PEcalValidInfo::totalEInESzp
private

Definition at line 1187 of file PValidationFormats.h.

Referenced by eInESzp(), and EcalSimHitsValidProducer::fillEventInfo().

◆ totalHits

int PEcalValidInfo::totalHits
private

Definition at line 1190 of file PValidationFormats.h.

Referenced by EcalSimHitsValidProducer::fillEventInfo(), and hitsInEcal().

◆ zOfES

FloatVector PEcalValidInfo::zOfES
private

Definition at line 1211 of file PValidationFormats.h.

Referenced by EcalSimHitsValidProducer::fillEventInfo(), and zOfInES().