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
HarpoSelectorPileUp.h
Go to the documentation of this file.
1
#ifndef HARPOSELECTORPILEUP_H
2
#define HARPOSELECTORPILEUP_H
3
5
//
6
// HarpoSelectorPileUp
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 "TNtupleD.h"
18
#include "TGraphErrors.h"
19
20
class
HarpoSelectorPileUp
:
public
HarpoAnalyse
{
21
22
public
:
23
24
HarpoSelectorPileUp
() {}
25
26
void
Init
();
27
void
Save
(
char
*mode=NULL);
28
void
process
();
29
void
print
();
30
31
private
:
32
33
TH1F*
hQin
[2];
34
TH1F*
hQbefore
[2];
35
TH1F*
hQafter
[2];
36
37
TNtupleD*
ntuple
;
38
39
Int_t
fTstart
;
40
Int_t
fTend
;
41
Double_t
fThr
;
42
43
44
ClassDef(
HarpoSelectorPileUp
,1)
//Run AnalysePrint
45
};
46
47
#endif
HarpoSelectorPileUp::fTend
Int_t fTend
Definition:
HarpoSelectorPileUp.h:40
HarpoAnalyse
A virtual class which define intrafece between HARPO Reader and Event Analysis code.
Definition:
HarpoAnalyse.h:47
HarpoSelectorPileUp::print
void print()
Overloaded method which do all job.
Definition:
HarpoSelectorPileUp.cxx:42
HarpoSelectorPileUp::hQafter
TH1F * hQafter[2]
Definition:
HarpoSelectorPileUp.h:35
HarpoSelectorPileUp::Save
void Save(char *mode=NULL)
Definition:
HarpoSelectorPileUp.cxx:162
HarpoSelectorPileUp
Dummy analysis to run as test and example. Give basic histograms of the data.
Definition:
HarpoSelectorPileUp.h:20
HarpoSelectorPileUp::ntuple
TNtupleD * ntuple
Definition:
HarpoSelectorPileUp.h:37
HarpoSelectorPileUp::fThr
Double_t fThr
Definition:
HarpoSelectorPileUp.h:41
HarpoSelectorPileUp::process
void process()
Definition:
HarpoSelectorPileUp.cxx:57
HarpoAnalyse.h
HarpoSelectorPileUp::HarpoSelectorPileUp
HarpoSelectorPileUp()
Definition:
HarpoSelectorPileUp.h:24
HarpoSelectorPileUp::hQbefore
TH1F * hQbefore[2]
Definition:
HarpoSelectorPileUp.h:34
HarpoSelectorPileUp::Init
void Init()
Definition:
HarpoSelectorPileUp.cxx:113
HarpoSelectorPileUp::fTstart
Int_t fTstart
Definition:
HarpoSelectorPileUp.h:39
HarpoSelectorPileUp::hQin
TH1F * hQin[2]
Redefine empty default.
Definition:
HarpoSelectorPileUp.h:33
HarpoEvent.h
Generated by
1.8.6