![]() |
ATLAS Offline Software
|
#include <set>#include <iosfwd>#include "AsgMessaging/MsgStream.h"#include "TrigBunchCrossingTool/BunchCrossing.h"Go to the source code of this file.
Classes | |
| class | Trig::BunchTrain |
| A smart set of BunchCrossing objects. More... | |
Namespaces | |
| Trig | |
| The common trigger namespace for trigger analysis tools. | |
Functions | |
| bool | Trig::operator< (const BunchTrain &bt1, const BunchTrain &bt2) |
This operator is here to be able to put BunchTrain objects into ordered containers like std::set and friends. More... | |
| std::ostream & | operator<< (std::ostream &stream, const Trig::BunchTrain &bt) |
| Output operator for BunchTrain objects. More... | |
| MsgStream & | operator<< (MsgStream &stream, const Trig::BunchTrain &bt) |
| Output operator for BunchTrain objects. More... | |
| MsgStream& operator<< | ( | MsgStream & | stream, |
| const Trig::BunchTrain & | bt | ||
| ) |
Output operator for BunchTrain objects.
Output operator for BunchTrain objects.
| stream | A functional MsgStream object |
| bt | The bunch train to print |
Definition at line 314 of file BunchTrain.cxx.
| std::ostream& operator<< | ( | std::ostream & | stream, |
| const Trig::BunchTrain & | bt | ||
| ) |
Output operator for BunchTrain objects.
Output operator for BunchTrain objects.
| stream | A standard std::ostream object |
| bt | The bunch train to print |
Definition at line 295 of file BunchTrain.cxx.
1.8.18