AlcapDAQ
1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
analyzer
rootana
src
physics
Lifetime.h
Go to the documentation of this file.
1
#ifndef Lifetime_h__
2
#define Lifetime_h__
3
4
#include "
FillHistBase.h
"
5
6
class
TGlobalData
;
7
class
TSetupData
;
8
9
class
Lifetime
:
public
FillHistBase
{
10
public
:
11
Lifetime
(
char
*HistogramDirectoryName);
12
~Lifetime
();
13
14
private
:
15
virtual
int
ProcessEntry
(
TGlobalData
*
gData
,
TSetupData
*
gSetup
);
16
};
17
18
#endif
19
Generated by
1.8.4