StRoot
1
|
Public Member Functions | |
StChargedPionJet (const StChargedPionJet &) | |
void | Clear (Option_t *="") |
int | charge () const |
unsigned int | nTpcTracks () const |
unsigned int | nBarrelTowers () const |
unsigned int | nEndcapTowers () const |
double | tpcEtSum () const |
double | barrelEtSum () const |
double | endcapEtSum () const |
double | vertexZ () const |
float | detectorEta () const |
float | detectorEta (float vz, float r=231.72) const |
bool | isTrigger (unsigned int trigId) const |
vector < StChargedPionJetParticle > & | particles () |
const vector < StChargedPionJetParticle > & | particles () const |
const StChargedPionJetParticle & | leadingParticle () const |
void | setCharge (char) |
void | setNTpcTracks (unsigned short) |
void | setNBarrelTowers (unsigned short) |
void | setNEndcapTowers (unsigned short) |
void | setTpcEtSum (float) |
void | setBarrelEtSum (float) |
void | setEndcapEtSum (float) |
void | setVertexZ (float) |
void | addTrigger (unsigned int trigId) |
void | addParticle (StChargedPionJetParticle *) |
Definition at line 14 of file StChargedPionJet.h.