Proxy for caf::SRTrackBase. More...
Public Member Functions | |
Proxy (TDirectory *d, TTree *tr, const std::string &name, const long &base, int offset) | |
Proxy (const Proxy &)=delete | |
Proxy (const Proxy &&)=delete | |
Proxy & | operator= (const caf::SRTrackBase &x) |
void | CheckEquals (const caf::SRTrackBase &sr) const |
Public Attributes | |
caf::Proxy< size_t > | ntracks |
caf::Proxy< std::vector< caf::SRTrack > > | tracks |
Proxy for caf::SRTrackBase.
caf::Proxy< caf::SRTrackBase >::Proxy | ( | TDirectory * | d, |
TTree * | tr, | ||
const std::string & | name, | ||
const long & | base, | ||
int | offset | ||
) |
Definition at line 3502 of file SRProxy.cxx.
|
delete |
|
delete |
void caf::Proxy< caf::SRTrackBase >::CheckEquals | ( | const caf::SRTrackBase & | sr | ) | const |
Definition at line 3515 of file SRProxy.cxx.
References caf::SRTrackBase::ntracks, and caf::SRTrackBase::tracks.
caf::Proxy< caf::SRTrackBase > & caf::Proxy< caf::SRTrackBase >::operator= | ( | const caf::SRTrackBase & | x | ) |
Definition at line 3508 of file SRProxy.cxx.
References caf::SRTrackBase::ntracks, and caf::SRTrackBase::tracks.
caf::Proxy<size_t> caf::Proxy< caf::SRTrackBase >::ntracks |
Definition at line 1730 of file SRProxy.h.
Referenced by demo6(), ana::PassesPreselFunc(), Print(), and ana::ZEndPosition().
caf::Proxy<std::vector<caf::SRTrack> > caf::Proxy< caf::SRTrackBase >::tracks |
Definition at line 1731 of file SRProxy.h.
Referenced by demo6(), ana::PassesPreselFunc(), and ana::ZEndPosition().