Class Reference for E1039 Core & Analysis Software
SRawEvent.h File Reference
#include <GlobalConsts.h>
#include <phool/PHObject.h>
#include <iostream>
#include <vector>
#include <list>
#include <string>
#include <TObject.h>
#include <TROOT.h>
#include <TVector3.h>
+ Include dependency graph for SRawEvent.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Hit
 Definition of hit structure. More...
 
class  SRawEvent
 

Macros

#define triggerBit(n)   (1 << (n))
 
#define hitFlagBit(n)   (1 << (n))
 

Macro Definition Documentation

◆ hitFlagBit

#define hitFlagBit (   n)    (1 << (n))

Definition at line 29 of file SRawEvent.h.

◆ triggerBit

#define triggerBit (   n)    (1 << (n))

Definition at line 28 of file SRawEvent.h.