ATLAS Offline Software
|
#include <iostream>
#include "AsgMessaging/AsgMessaging.h"
#include "TrigBunchCrossingTool/BunchCrossing.h"
Go to the source code of this file.
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) |
This operator is used to print the configuration of a BunchCrossing object in a nice way. More... | |
MsgStream & | operator<< (MsgStream &out, const Trig::BunchCrossing &bc) |
This operator is used to print the configuration of a BunchCrossing object in a nice way. More... | |
MsgStream& operator<< | ( | MsgStream & | out, |
const Trig::BunchCrossing & | bc | ||
) |
This operator is used to print the configuration of a BunchCrossing object in a nice way.
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 | ||
) |
This operator is used to print the configuration of a BunchCrossing object in a nice way.
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.