#include <MtdSimTrackster.h>
Public Member Functions | |
void | addCluster (const uint32_t sc) |
add simhit's energy to cluster More... | |
std::vector< uint32_t > | clusters () const |
returns the layer clusters indexes in the sim trackster More... | |
MtdSimTrackster () | |
MtdSimTrackster (const SimCluster &sc) | |
MtdSimTrackster (EncodedEventId eventID, uint32_t particleID) | |
MtdSimTrackster (const SimCluster &sc, const std::vector< uint32_t > SCs, const float time, const GlobalPoint pos) | |
int | numberOfClusters () const |
Gives the total number of SimHits, in the cluster. More... | |
GlobalPoint | position () const |
returns the position of the cluster More... | |
float | time () const |
returns the time of the cluster More... | |
~MtdSimTrackster () | |
Public Member Functions inherited from MtdSimCluster | |
void | addHitAndFraction (uint64_t hit, float fraction) |
add hit with fraction More... | |
void | addHitTime (float time) |
add hit time More... | |
void | addSimHit (const PSimHit &hit) |
add simhit's energy to cluster More... | |
void | clear () |
void | clearHitsAndFractions () |
clear the hits and fractions list More... | |
void | clearHitsTime () |
clear the times list More... | |
std::vector< std::pair< uint32_t, std::pair< uint8_t, uint8_t > > > | detIds_and_rows () const |
Returns list of detIds, rows and columns for this SimCluster. More... | |
std::vector< std::pair< uint64_t, float > > | hits_and_energies () const |
Returns list of hit IDs and energies for this SimCluster. More... | |
std::vector< std::pair< uint64_t, float > > | hits_and_fractions () const |
Returns list of hit IDs and fractions for this SimCluster. More... | |
std::vector< std::pair< uint64_t, float > > | hits_and_times () const |
Returns list of hit IDs and times for this SimCluster. More... | |
MtdSimCluster () | |
MtdSimCluster (const SimTrack &simtrk) | |
MtdSimCluster (EncodedEventId eventID, uint32_t particleID) | |
~MtdSimCluster () | |
Public Member Functions inherited from SimCluster | |
void | addG4Track (const SimTrack &t) |
void | addGenParticle (const reco::GenParticleRef &ref) |
void | addHitEnergy (float energy) |
add rechit energy More... | |
void | addRecHitAndFraction (uint32_t hit, float fraction) |
add rechit with fraction More... | |
void | addSimHit (const PCaloHit &hit) |
add simhit's energy to cluster More... | |
math::XYZVectorF | boostToCM () const |
Vector to boost to the particle centre of mass frame. More... | |
float | charge () const |
Electric charge. Note this is taken from the first SimTrack only. More... | |
void | clearHitsAndFractions () |
clear the hits and fractions list More... | |
void | clearHitsEnergy () |
clear the energies list More... | |
float | energy () const |
Energy. Note this is taken from the first SimTrack only. More... | |
float | et () const |
Transverse energy. Note this is taken from the first SimTrack only. More... | |
float | eta () const |
Momentum pseudorapidity. Note this is taken from the simtrack before the calorimeter. More... | |
EncodedEventId | eventId () const |
Signal source, crossing number. More... | |
g4t_iterator | g4Track_begin () const |
g4t_iterator | g4Track_end () const |
const std::vector< SimTrack > & | g4Tracks () const |
genp_iterator | genParticle_begin () const |
iterators More... | |
genp_iterator | genParticle_end () const |
const reco::GenParticleRefVector & | genParticles () const |
std::vector< std::pair< uint32_t, float > > | hits_and_energies () const |
Returns list of rechit IDs and energies for this SimCluster. More... | |
std::vector< std::pair< uint32_t, float > > | hits_and_fractions () const |
Returns list of rechit IDs and fractions for this SimCluster. More... | |
bool | longLived () const |
is long lived? More... | |
float | mass () const |
Mass. Note this is taken from the first SimTrack only. More... | |
float | massSqr () const |
Mass squared. Note this is taken from the first SimTrack only. More... | |
math::XYZVectorF | momentum () const |
spatial momentum vector More... | |
float | mt () const |
Transverse mass. Note this is taken from the first SimTrack only. More... | |
float | mtSqr () const |
Transverse mass squared. Note this is taken from the first SimTrack only. More... | |
int | numberOfRecHits () const |
Gives the total number of SimHits, in the cluster. More... | |
int | numberOfSimHits () const |
Gives the total number of SimHits, in the cluster. More... | |
float | p () const |
Magnitude of momentum vector. Note this is taken from the first SimTrack only. More... | |
const math::XYZTLorentzVectorF & | p4 () const |
Four-momentum Lorentz vector. Note this is taken from the first SimTrack only. More... | |
uint64_t | particleId () const |
int | pdgId () const |
PDG ID. More... | |
float | phi () const |
Momentum azimuthal angle. Note this is taken from the first SimTrack only. More... | |
float | pt () const |
Transverse momentum. Note this is taken from the first SimTrack only. More... | |
float | px () const |
x coordinate of momentum vector. Note this is taken from the first SimTrack only. More... | |
float | py () const |
y coordinate of momentum vector. Note this is taken from the first SimTrack only. More... | |
float | pz () const |
z coordinate of momentum vector. Note this is taken from the first SimTrack only. More... | |
float | rapidity () const |
Rapidity. Note this is taken from the simtrack before the calorimeter. More... | |
SimCluster () | |
SimCluster (const SimTrack &simtrk) | |
SimCluster (EncodedEventId eventID, uint32_t particleID) | |
float | simEnergy () const |
returns the accumulated sim energy in the cluster More... | |
int | status () const |
Status word. More... | |
float | theta () const |
Momentum polar angle. Note this is taken from the first SimTrack only. More... | |
int | threeCharge () const |
Gives charge in unit of quark charge (should be 3 times "charge()") More... | |
float | y () const |
Same as rapidity(). More... | |
~SimCluster () | |
Private Attributes | |
std::vector< uint32_t > | clusters_ |
GlobalPoint | posAtEntrance_ |
float | timeAtEntrance_ {0.f} |
Friends | |
std::ostream & | operator<< (std::ostream &s, MtdSimTrackster const &tp) |
Additional Inherited Members | |
Public Types inherited from SimCluster | |
typedef int | Charge |
electric charge type More... | |
typedef std::vector< SimTrack >::const_iterator | g4t_iterator |
typedef reco::GenParticleRefVector::iterator | genp_iterator |
reference to reco::GenParticle More... | |
typedef math::XYZTLorentzVectorD | LorentzVector |
Lorentz vector. More... | |
typedef math::XYZPointD | Point |
point in the space More... | |
typedef math::PtEtaPhiMLorentzVector | PolarLorentzVector |
Lorentz vector. More... | |
typedef math::XYZVectorD | Vector |
point in the space More... | |
Static Public Attributes inherited from SimCluster | |
static const unsigned int | longLivedTag = 65536 |
long lived flag More... | |
Protected Attributes inherited from MtdSimCluster | |
std::vector< uint64_t > | mtdHits_ |
std::vector< float > | times_ |
Protected Attributes inherited from SimCluster | |
std::vector< float > | energies_ |
EncodedEventId | event_ |
std::vector< float > | fractions_ |
std::vector< SimTrack > | g4Tracks_ |
references to G4 and reco::GenParticle tracks More... | |
reco::GenParticleRefVector | genParticles_ |
std::vector< uint32_t > | hits_ |
uint64_t | nsimhits_ {0} |
uint32_t | particleId_ {0} |
float | simhit_energy_ {0.f} |
math::XYZTLorentzVectorF | theMomentum_ |
Definition at line 11 of file MtdSimTrackster.h.
MtdSimTrackster::MtdSimTrackster | ( | ) |
Definition at line 5 of file MtdSimTrackster.cc.
MtdSimTrackster::MtdSimTrackster | ( | const SimCluster & | sc | ) |
Definition at line 9 of file MtdSimTrackster.cc.
References SimCluster::addG4Track(), SimCluster::event_, SimCluster::g4Tracks(), SimCluster::particleId_, and SimCluster::theMomentum_.
MtdSimTrackster::MtdSimTrackster | ( | EncodedEventId | eventID, |
uint32_t | particleID | ||
) |
Definition at line 19 of file MtdSimTrackster.cc.
References SimCluster::event_, EgammaObjectsElectrons_cfi::particleID, and SimCluster::particleId_.
MtdSimTrackster::MtdSimTrackster | ( | const SimCluster & | sc, |
const std::vector< uint32_t > | SCs, | ||
const float | time, | ||
const GlobalPoint | pos | ||
) |
Definition at line 24 of file MtdSimTrackster.cc.
References SimCluster::addG4Track(), clusters_, SimCluster::event_, SimCluster::g4Tracks(), SimCluster::particleId_, posAtEntrance_, SimCluster::theMomentum_, time(), and timeAtEntrance_.
MtdSimTrackster::~MtdSimTrackster | ( | ) |
Definition at line 41 of file MtdSimTrackster.cc.
|
inline |
add simhit's energy to cluster
Definition at line 34 of file MtdSimTrackster.h.
References clusters_.
|
inline |
returns the layer clusters indexes in the sim trackster
Definition at line 31 of file MtdSimTrackster.h.
References clusters_.
|
inline |
Gives the total number of SimHits, in the cluster.
Definition at line 37 of file MtdSimTrackster.h.
References clusters_.
|
inline |
returns the position of the cluster
Definition at line 25 of file MtdSimTrackster.h.
References posAtEntrance_.
|
inline |
returns the time of the cluster
Definition at line 28 of file MtdSimTrackster.h.
References timeAtEntrance_.
Referenced by MtdSimTrackster().
|
friend |
Definition at line 43 of file MtdSimTrackster.cc.
|
private |
Definition at line 43 of file MtdSimTrackster.h.
Referenced by addCluster(), clusters(), MtdSimTrackster(), and numberOfClusters().
|
private |
Definition at line 41 of file MtdSimTrackster.h.
Referenced by MtdSimTrackster(), and position().
|
private |
Definition at line 40 of file MtdSimTrackster.h.
Referenced by MtdSimTrackster(), and time().