HARPO
5.1.1
Main Page
Related Pages
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
analysis
HarpoAnalyseVdrift.h
Go to the documentation of this file.
1
#ifndef HARPOANALYSEVDRIFT_H
2
#define HARPOANALYSEVDRIFT_H
3
5
//
6
// HarpoAnalyseVdrift
7
//
8
// Dummy analysis which creates basic test histograms
9
//
10
11
#include "TObject.h"
12
#include "
HarpoAnalyse.h
"
13
#include "
HarpoEvent.h
"
14
#include "TProfile.h"
15
#include "TH1F.h"
16
#include "TH2F.h"
17
#include "TGraphErrors.h"
18
19
class
HarpoAnalyseVdrift
:
public
HarpoAnalyse
{
20
21
public
:
22
23
HarpoAnalyseVdrift
() {}
24
25
void
Init
();
26
void
Save
(
char
*mode=NULL);
27
void
process
();
28
void
print
();
29
30
private
:
31
32
TH1F*
hQvT
[2];
33
TH1F*
hTmin
[2];
34
TH1F*
hTmax
[2];
35
TH1F*
hDeltaT
[2];
36
37
ClassDef(
HarpoAnalyseVdrift
,1)
//Run AnalysePrint
38
};
39
40
#endif
HarpoAnalyseVdrift::HarpoAnalyseVdrift
HarpoAnalyseVdrift()
Definition:
HarpoAnalyseVdrift.h:23
HarpoAnalyseVdrift::hDeltaT
TH1F * hDeltaT[2]
Definition:
HarpoAnalyseVdrift.h:35
HarpoAnalyse
A virtual class which define intrafece between HARPO Reader and Event Analysis code.
Definition:
HarpoAnalyse.h:47
HarpoAnalyseVdrift::hTmin
TH1F * hTmin[2]
Definition:
HarpoAnalyseVdrift.h:33
HarpoAnalyseVdrift::print
void print()
Overloaded method which do all job.
Definition:
HarpoAnalyseVdrift.cxx:38
HarpoAnalyseVdrift::Save
void Save(char *mode=NULL)
Definition:
HarpoAnalyseVdrift.cxx:128
HarpoAnalyseVdrift
Dummy analysis to run as test and example. Give basic histograms of the data.
Definition:
HarpoAnalyseVdrift.h:19
HarpoAnalyse.h
HarpoAnalyseVdrift::hQvT
TH1F * hQvT[2]
Redefine empty default.
Definition:
HarpoAnalyseVdrift.h:32
HarpoAnalyseVdrift::process
void process()
Definition:
HarpoAnalyseVdrift.cxx:53
HarpoAnalyseVdrift::hTmax
TH1F * hTmax[2]
Definition:
HarpoAnalyseVdrift.h:34
HarpoEvent.h
HarpoAnalyseVdrift::Init
void Init()
Definition:
HarpoAnalyseVdrift.cxx:112
Generated by
1.8.6