#include <SimG4HcalHitCluster.h>
Public Member Functions | |
double | collectEcalEnergyR () |
double | e () const |
double | eta () const |
std::vector< CaloHit > * | getHits () |
SimG4HcalHitCluster & | operator+= (const CaloHit &hit) |
bool | operator< (const SimG4HcalHitCluster &cluster) const |
double | phi () const |
SimG4HcalHitCluster () | |
virtual | ~SimG4HcalHitCluster () |
Private Member Functions | |
double | my_cosh (float eta) |
double | my_sinh (float eta) |
Private Attributes | |
double | ec |
double | etac |
std::vector< CaloHit > | hitsc |
double | phic |
Definition at line 12 of file SimG4HcalHitCluster.h.
SimG4HcalHitCluster::SimG4HcalHitCluster | ( | ) |
Definition at line 9 of file SimG4HcalHitCluster.cc.
|
virtual |
Definition at line 11 of file SimG4HcalHitCluster.cc.
double SimG4HcalHitCluster::collectEcalEnergyR | ( | ) |
|
inline |
Definition at line 19 of file SimG4HcalHitCluster.h.
References ec.
Referenced by operator<(), and operator<<().
|
inline |
Definition at line 20 of file SimG4HcalHitCluster.h.
References etac.
Referenced by Particle.Particle::__str__(), Muon.Muon::absEffAreaIso(), Jet.Jet::jetID(), operator<(), operator<<(), Jet.Jet::puJetId(), and SimG4HcalHitJetFinder::rDist().
|
inline |
|
inlineprivate |
Definition at line 31 of file SimG4HcalHitCluster.h.
References create_public_lumi_plots::exp.
Referenced by operator+=().
|
inlineprivate |
Definition at line 32 of file SimG4HcalHitCluster.h.
References create_public_lumi_plots::exp.
Referenced by operator+=().
SimG4HcalHitCluster & SimG4HcalHitCluster::operator+= | ( | const CaloHit & | hit | ) |
Definition at line 17 of file SimG4HcalHitCluster.cc.
References funct::cos(), CaloHit::e(), ec, CaloHit::eta(), etac, hitsc, create_public_lumi_plots::log, my_cosh(), my_sinh(), CaloHit::phi(), phic, funct::sin(), funct::tan(), and theta().
bool SimG4HcalHitCluster::operator< | ( | const SimG4HcalHitCluster & | cluster | ) | const |
Definition at line 13 of file SimG4HcalHitCluster.cc.
References e(), ec, eta(), etac, and funct::true.
|
inline |
Definition at line 21 of file SimG4HcalHitCluster.h.
References phic.
Referenced by Particle.Particle::__str__(), operator<<(), and SimG4HcalHitJetFinder::rDist().
|
private |
Definition at line 34 of file SimG4HcalHitCluster.h.
Referenced by e(), operator+=(), and operator<().
|
private |
Definition at line 34 of file SimG4HcalHitCluster.h.
Referenced by eta(), operator+=(), and operator<().
|
private |
Definition at line 35 of file SimG4HcalHitCluster.h.
Referenced by collectEcalEnergyR(), getHits(), and operator+=().
|
private |
Definition at line 34 of file SimG4HcalHitCluster.h.
Referenced by operator+=(), and phi().