|  | 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 | |
| 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::setand friends.  More... | |
| std::ostream & | operator<< (std::ostream &stream, const Trig::BunchTrain &bt) | 
| Operator for printing the configuration of bunch trains in a readable format.  More... | |
| MsgStream & | operator<< (MsgStream &stream, const Trig::BunchTrain &bt) | 
| Operator for printing the configuration of bunch trains in a readable format.  More... | |
| 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.
 1.8.18
 1.8.18