#include <GflashEMShowerProfile.h>
Public Member Functions | |
std::vector< GflashHit > & | getGflashHitList () |
GflashShowino * | getGflashShowino () |
GflashEMShowerProfile (const edm::ParameterSet &parSet) | |
void | initialize (int showerType, double energy, double globalTime, double charge, Gflash3Vector &position, Gflash3Vector &momentum) |
void | parameterization () |
~GflashEMShowerProfile () | |
Private Member Functions | |
double | getDistanceToOut (Gflash::CalorimeterNumber kCalor) |
Gflash3Vector | locateHitPosition (GflashTrajectoryPoint &point, double rCore, double rTail, double probability, double &rShower) |
Private Attributes | |
Gflash::CalorimeterNumber | jCalorimeter |
double | theBField |
double | theEnergyScaleEB |
double | theEnergyScaleEE |
std::vector< GflashHit > | theGflashHitList |
GflashHistogram * | theHisto |
edm::ParameterSet | theParSet |
GflashShowino * | theShowino |
Definition at line 15 of file GflashEMShowerProfile.h.
GflashEMShowerProfile::GflashEMShowerProfile | ( | const edm::ParameterSet & | parSet | ) |
Definition at line 20 of file GflashEMShowerProfile.cc.
GflashEMShowerProfile::~GflashEMShowerProfile | ( | ) |
Definition at line 35 of file GflashEMShowerProfile.cc.
|
private |
Definition at line 280 of file GflashEMShowerProfile.cc.
|
inline |
Definition at line 30 of file GflashEMShowerProfile.h.
References theGflashHitList.
|
inline |
void GflashEMShowerProfile::initialize | ( | int | showerType, |
double | energy, | ||
double | globalTime, | ||
double | charge, | ||
Gflash3Vector & | position, | ||
Gflash3Vector & | momentum | ||
) |
Definition at line 40 of file GflashEMShowerProfile.cc.
|
private |
Definition at line 296 of file GflashEMShowerProfile.cc.
void GflashEMShowerProfile::parameterization | ( | ) |
Definition at line 47 of file GflashEMShowerProfile.cc.
|
private |
Definition at line 39 of file GflashEMShowerProfile.h.
|
private |
Definition at line 42 of file GflashEMShowerProfile.h.
|
private |
Definition at line 43 of file GflashEMShowerProfile.h.
|
private |
Definition at line 44 of file GflashEMShowerProfile.h.
|
private |
Definition at line 48 of file GflashEMShowerProfile.h.
Referenced by getGflashHitList().
|
private |
Definition at line 47 of file GflashEMShowerProfile.h.
|
private |
Definition at line 41 of file GflashEMShowerProfile.h.
|
private |
Definition at line 46 of file GflashEMShowerProfile.h.
Referenced by getGflashShowino().