1 #ifndef PHG4CYLINDERCELLV1_H
2 #define PHG4CYLINDERCELLV1_H
17 void identify(std::ostream& os = std::cout)
const;
20 {
return std::make_pair(
edeps.begin(),
edeps.end());}
std::pair< ShowerEdepConstIterator, ShowerEdepConstIterator > ShowerEdepConstRange
std::pair< EdepConstIterator, EdepConstIterator > EdepConstRange
std::map< int, float > ShowerEdepMap
std::map< PHG4HitDefs::keytype, float > EdepMap
ShowerEdepConstRange get_g4showers()
void set_light_yield(const float lightYield)
void set_etabin(const int i)
unsigned int get_layer() const
void set_layer(const unsigned int i)
PHG4CylinderCellDefs::keytype get_cell_id() const
void set_zbin(const int i)
EdepConstRange get_g4hits()
PHG4CylinderCellDefs::keytype cellid
void identify(std::ostream &os=std::cout) const
float get_light_yield() const
virtual ~PHG4CylinderCellv1()
void set_cell_id(const PHG4CylinderCellDefs::keytype id)
void add_shower_edep(const int g4showerid, const float edep)
ShowerEdepMap showeredeps
void add_edep(const PHG4HitDefs::keytype g4hitid, const float edep)
void set_phibin(const int i)