#include "EventInfo/EventID.h"
#include <iostream>
Go to the source code of this file.
|
| int | main (int argc, char *argv[]) |
◆ main()
| int main |
( |
int | argc, |
|
|
char * | argv[] ) |
Definition at line 8 of file testEventInfo.cxx.
8 {
9 std::cout << "testEventInfo: " << std::endl;
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}
This class provides a unique identification for each event, in terms of run/event number and/or a tim...