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
HarpoExcludeBadEvents.h
Go to the documentation of this file.
1
#ifndef HARPOEXCLUDEBADEVENTS_H
2
#define HARPOEXCLUDEBADEVENTS_H
3
5
//
6
// HarpoExcludeBadEvents
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
HarpoExcludeBadEvents
:
public
HarpoAnalyse
{
20
21
public
:
22
23
HarpoExcludeBadEvents
() {}
24
25
void
Init
();
26
void
Save
(
char
*mode=NULL);
27
void
process
();
28
void
print
();
29
30
private
:
31
32
TH1F*
hQtotOut
[2];
33
TH2F*
hMap
[2];
34
35
ClassDef(
HarpoExcludeBadEvents
,1)
//Run AnalysePrint
36
};
37
38
#endif
HarpoExcludeBadEvents::process
void process()
Definition:
HarpoExcludeBadEvents.cxx:55
HarpoAnalyse
A virtual class which define intrafece between HARPO Reader and Event Analysis code.
Definition:
HarpoAnalyse.h:47
HarpoExcludeBadEvents
Dummy analysis to run as test and example. Give basic histograms of the data.
Definition:
HarpoExcludeBadEvents.h:19
HarpoExcludeBadEvents::HarpoExcludeBadEvents
HarpoExcludeBadEvents()
Definition:
HarpoExcludeBadEvents.h:23
HarpoAnalyse.h
HarpoExcludeBadEvents::print
void print()
Overloaded method which do all job.
HarpoExcludeBadEvents::hQtotOut
TH1F * hQtotOut[2]
Redefine empty default.
Definition:
HarpoExcludeBadEvents.h:32
HarpoExcludeBadEvents::Save
void Save(char *mode=NULL)
Definition:
HarpoExcludeBadEvents.cxx:113
HarpoExcludeBadEvents::Init
void Init()
Definition:
HarpoExcludeBadEvents.cxx:92
HarpoEvent.h
HarpoExcludeBadEvents::hMap
TH2F * hMap[2]
Definition:
HarpoExcludeBadEvents.h:33
Generated by
1.8.6