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
HarpoAnalysePrint.h
Go to the documentation of this file.
1
#ifndef HARPOANALYSEPRINT_H
2
#define HARPOANALYSEPRINT_H
3
5
//
6
// HarpoAnalysePrint
7
//
8
// Dummy analise which print all run events.
9
//
10
11
#include "TObject.h"
12
#include "
HarpoAnalyse.h
"
13
#include "TH1F.h"
14
#include "TProfile.h"
15
16
17
class
HarpoAnalysePrint
:
public
HarpoAnalyse
{
18
19
public
:
20
21
HarpoAnalysePrint
() {}
22
23
void
Init
();
24
void
Save
(
char
*mode=NULL);
25
void
process
();
26
void
print
();
27
28
private
:
29
TH1F *
hevtno
;
30
TProfile *
h10
[2];
31
TProfile *
h11
[2];
32
33
ClassDef(
HarpoAnalysePrint
,1)
//Run AnalysePrint
34
};
35
36
#endif
HarpoAnalysePrint::Save
void Save(char *mode=NULL)
Definition:
HarpoAnalysePrint.cxx:89
HarpoAnalysePrint::HarpoAnalysePrint
HarpoAnalysePrint()
Definition:
HarpoAnalysePrint.h:21
HarpoAnalyse
A virtual class which define intrafece between HARPO Reader and Event Analysis code.
Definition:
HarpoAnalyse.h:47
HarpoAnalysePrint::print
void print()
Ovreloaded medod whic do all job.
HarpoAnalyse.h
HarpoAnalysePrint::hevtno
TH1F * hevtno
Redefine empty default.
Definition:
HarpoAnalysePrint.h:29
HarpoAnalysePrint::Init
void Init()
Definition:
HarpoAnalysePrint.cxx:80
HarpoAnalysePrint::process
void process()
Definition:
HarpoAnalysePrint.cxx:49
HarpoAnalysePrint
Print raw data using HarpoAnalyse class.
Definition:
HarpoAnalysePrint.h:17
HarpoAnalysePrint::h10
TProfile * h10[2]
Definition:
HarpoAnalysePrint.h:30
HarpoAnalysePrint::h11
TProfile * h11[2]
Definition:
HarpoAnalysePrint.h:31
Generated by
1.8.6