|
| Photon (char const *name="") |
|
| Photon (Photon const &) |
|
| Photon (datastore &, UInt_t idx) |
|
Photon & | operator= (Photon const &) |
|
void | print (std::ostream &=std::cout, UInt_t level=1) const override |
| Print the object content.
|
|
void | dump (std::ostream &=std::cout) const override |
| Dump the object content.
|
|
void | destructor (Bool_t recursive=kFALSE) |
|
Public Member Functions inherited from panda::ParticleP |
| ParticleP (char const *name="") |
|
| ParticleP (ParticleP const &) |
|
| ParticleP (datastore &, UInt_t idx) |
|
ParticleP & | operator= (ParticleP const &) |
|
double | pt () const override |
|
double | eta () const override |
|
double | phi () const override |
|
double | m () const override |
|
void | setPtEtaPhiM (double pt, double eta, double phi, double) override |
|
void | setXYZE (double px, double py, double pz, double) override |
|
void | destructor (Bool_t recursive=kFALSE) |
|
Public Member Functions inherited from panda::Particle |
| Particle (datastore &, UInt_t idx) |
|
Particle & | operator= (Particle const &) |
|
TLorentzVector | p4 () const |
|
double | e () const |
|
double | p () const |
|
double | px () const |
|
double | py () const |
|
double | pz () const |
|
double | dEta (Particle const &p) const |
|
double | dPhi (Particle const &p) const |
|
double | dR2 (Particle const &p) const |
|
double | dR (Particle const &p) const |
|
void | destructor (Bool_t recursive=kFALSE) |
|
Public Member Functions inherited from panda::Element |
| Element ()=delete |
| Disabled default constructor.
|
|
| Element (datastore &, UInt_t) |
| Standard constructor.
|
|
| Element (Element const &src) |
| Copy constructor. More...
|
|
Element & | operator= (Element const &) |
|
void | setStatus (TTree &, utils::BranchList const &blist) final |
| Set status of branches to true (matching branch) or false (vetoed branch) More...
|
|
utils::BranchList | getStatus (TTree &) const final |
| Get status of branches in the tree.
|
|
utils::BranchList | getBranchNames (Bool_t fullName=kTRUE, Bool_t=kFALSE) const final |
| Get the full list of branch names. More...
|
|
UInt_t | setAddress (TTree &, utils::BranchList const &blist={"*"}, Bool_t setStatus=kTRUE) final |
| Bind the tree branches to the elements of this object. More...
|
|
void | book (TTree &, utils::BranchList const &blist={"*"}) final |
| Book new branches bound to this object on the tree. More...
|
|
Int_t | getEntry (TTree &tree, Long64_t entry, Bool_t localEntry=kFALSE) final |
| Read an entry from an input tree. More...
|
|
Int_t | getEntry (UInt_t treeId, Long64_t entry, Bool_t localEntry=kFALSE) final |
| Read an entry from an input tree. More...
|
|
void | init () final |
| Reset the object state.
|
|
char const * | getName () const final |
| Name of this object.
|
|
void | setName (char const *) final |
| Set object name.
|
|
Public Member Functions inherited from panda::Object |
| Object (Object const &) |
|
Object & | operator= (Object const &) |
|
virtual Int_t | fill (TTree &tree) |
| Fill a tree. More...
|
|
Public Member Functions inherited from panda::PtEtaPhiMixin |
| PtEtaPhiMixin (datastore &, UInt_t idx) |
|