ATLAS Offline Software
Functions
testEventInfo.cxx File Reference
#include "EventInfo/EventID.h"
#include <iostream>
Include dependency graph for testEventInfo.cxx:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 8 of file testEventInfo.cxx.

8  {
9  std::cout << "testEventInfo: " << std::endl;
10  EventID eid(1, 2);
11  eid.set_detector_mask(1, 2);
12  std::cout << std::hex << eid.detector_mask0() << " " << eid.detector_mask1() << " " << eid.detector_mask() <<
13  std::endl;
14  std::cout << eid << std::endl;
15 }
EventID
This class provides a unique identification for each event, in terms of run/event number and/or a tim...
Definition: EventID.h:35