PandaTree
|
Public Member Functions | |
void | allocate (UInt_t n) override |
void | deallocate () override |
void | setStatus (TTree &, TString const &, utils::BranchList const &) override |
utils::BranchList | getStatus (TTree &, TString const &) const override |
utils::BranchList | getBranchNames (TString const &="") const override |
void | setAddress (TTree &, TString const &, utils::BranchList const &={"*"}, Bool_t setStatus=kTRUE) override |
void | book (TTree &, TString const &, utils::BranchList const &={"*"}, Bool_t dynamic=kTRUE) override |
void | releaseTree (TTree &, TString const &) override |
void | resizeVectors_ (UInt_t) override |
Override when there are vector members. More... | |
![]() | |
UInt_t | nmax () const |
Additional Inherited Members | |
![]() | |
Float_t * | pt_ {0} |
Float_t * | eta_ {0} |
Float_t * | phi_ {0} |
![]() | |
UInt_t | nmax_ |
|
overridevirtual |
Override when there are vector members.
This method should only be used from Collections
Reimplemented from panda::Particle::datastore.
Reimplemented in panda::XPhoton::datastore, and panda::Photon::datastore.