![]() |
ATLAS Offline Software
|
#include <cstdlib>#include <iostream>#include "AsgMessaging/AsgMessaging.h"#include "TrigBunchCrossingTool/BunchTrain.h"#include "SetPrint.h"Go to the source code of this file.
Namespaces | |
| namespace | 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. | |
| std::ostream & | operator<< (std::ostream &stream, const Trig::BunchTrain &bt) |
| Operator for printing the configuration of bunch trains in a readable format. | |
| MsgStream & | operator<< (MsgStream &stream, const Trig::BunchTrain &bt) |
| Operator for printing the configuration of bunch trains in a readable format. | |
| MsgStream & operator<< | ( | MsgStream & | stream, |
| const Trig::BunchTrain & | bt ) |
Operator for printing the configuration of bunch trains in a readable format.
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 ) |
Operator for printing the configuration of bunch trains in a readable format.
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.