otsdaq
v2_00_00
Main Page
Namespaces
Classes
Files
File List
EventHeader.h
1
/****************************************************************************
2
** Authors: Dario Menasce, Stefano Terzo
3
**
4
** I.N.F.N. Milan-Bicocca
5
** Piazza della Scienza 3, Edificio U2
6
** Milano, 20126
7
**
8
****************************************************************************/
9
10
#ifndef EVENTHEADER_H
11
#define EVENTHEADER_H
12
13
#include <TObject.h>
14
15
namespace
monicelli
16
{
17
18
class
EventHeader
:
public
TObject
19
{
20
public
:
21
EventHeader
(
void
);
22
~
EventHeader
(
void
);
23
24
void
setClustersDone(
bool
done) ;
25
void
setTracksFound (
bool
done) ;
26
27
bool
clustersDone (
void
) ;
28
bool
tracksFound (
void
) ;
29
30
private
:
31
bool
clustersDone_ ;
32
bool
tracksFound_ ;
33
34
ClassDef(
EventHeader
,4);
35
} ;
36
}
37
#endif // EVENTHEADER_H
monicelli::EventHeader
Definition:
EventHeader.h:18
src
otsdaq-core
MonicelliInterface
EventHeader.h
Generated on Wed Apr 18 2018 11:08:36 for otsdaq by
1.8.5