![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Classes | |
| class | Trig::BunchCrossing |
| A smart integer class representing bunch crossings. More... | |
Namespaces | |
| Trig | |
| The common trigger namespace for trigger analysis tools. | |
Functions | |
| BunchCrossing | Trig::operator+ (const BunchCrossing &bc1, const BunchCrossing &bc2) |
| Convenience operator taking advantage of the += operator defined in the BunchCrossing class. More... | |
| BunchCrossing | Trig::operator- (const BunchCrossing &bc1, const BunchCrossing &bc2) |
| Convenience operator taking advantage of the -= operator defined in the BunchCrossing class. More... | |
| int | Trig::distance (const BunchCrossing bc1, const BunchCrossing bc2) |
| I need this function only for technical reasons. More... | |
| std::ostream & | operator<< (std::ostream &out, const Trig::BunchCrossing &bc) |
| Output operator for printing BunchCrossing objects. More... | |
| MsgStream & | operator<< (MsgStream &out, const Trig::BunchCrossing &bc) |
| Output operator for printing BunchCrossing objects. More... | |
| MsgStream& operator<< | ( | MsgStream & | out, |
| const Trig::BunchCrossing & | bc | ||
| ) |
Output operator for printing BunchCrossing objects.
Output operator for printing BunchCrossing objects.
| out | A functional MsgStream object |
| bc | The BunchCrossing object that we want to display |
Definition at line 433 of file BunchCrossing.cxx.
| std::ostream& operator<< | ( | std::ostream & | out, |
| const Trig::BunchCrossing & | bc | ||
| ) |
Output operator for printing BunchCrossing objects.
Output operator for printing BunchCrossing objects.
| out | A standard std::ostream object |
| bc | The BunchCrossing object that we want to display |
Definition at line 417 of file BunchCrossing.cxx.
1.8.18