|
ATLAS Offline Software
|
Go to the documentation of this file.
50 const std::vector<TIDA::Roi>&
rois()
const {
return m_roi; }
80 s <<
"\tChain " <<
c.name() <<
"\trois: " <<
c.rois().size();
81 for (
unsigned i=0 ;
i<
c.rois().
size() ;
i++ )
s <<
"\n\t" <<
c.rois()[
i];
85 #endif // TIDA_CHAIN_H
const std::string & name() const
std::vector< TIDA::Roi > & rois()
unsigned size() const
number of rois
Describes the Region of Ineterest geometry It has basically 8 parameters.
const std::vector< TIDA::Roi > & rois() const
get back roi vector
void addRoi(TIDA::Roi &roi)
add and roi by root dictionary class
Chain(const std::string &name)
TIDA::Roi & operator[](int i)
std::vector< TIDA::Roi > m_roi
Roi class, contains RoiDescriptor and also a vector of Tracks
void addRoi(const TIDARoiDescriptor &roi)
add roi from TrigInDetAnalysis class
std::ostream & operator<<(std::ostream &s, const TIDA::Chain &c)
const TIDA::Roi & at(int i) const
const TIDA::Roi & operator[](int i) const