GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Go4ExampleMesh
TMeshAnalysis.h
Go to the documentation of this file.
1
// $Id: TMeshAnalysis.h 478 2009-10-29 12:26:09Z linev $
2
//-----------------------------------------------------------------------
3
// The GSI Online Offline Object Oriented (Go4) Project
4
// Experiment Data Processing at EE department, GSI
5
//-----------------------------------------------------------------------
6
// Copyright (C) 2000- GSI Helmholtzzentrum für Schwerionenforschung GmbH
7
// Planckstr. 1, 64291 Darmstadt, Germany
8
// Contact: http://go4.gsi.de
9
//-----------------------------------------------------------------------
10
// This software can be used under the license agreements as stated
11
// in Go4License.txt file which is part of the distribution.
12
//-----------------------------------------------------------------------
13
14
#ifndef TMESHANALYSIS_H
15
#define TMESHANALYSIS_H
16
17
#include "
TGo4Analysis.h
"
18
19
class
TGo4MbsEvent
;
20
class
TMeshParameter
;
21
class
TH1D;
22
23
class
TMeshAnalysis
:
public
TGo4Analysis
{
24
public
:
25
TMeshAnalysis
();
26
TMeshAnalysis
(
int
argc,
char
** argv);
27
virtual
~TMeshAnalysis
() ;
28
virtual
Int_t
UserPreLoop
();
29
virtual
Int_t
UserEventFunc
();
30
virtual
Int_t
UserPostLoop
();
31
private
:
32
33
TMeshParameter
*
fPar
;
34
TGo4MbsEvent
*
fMbsEvent
;
35
TH1D *
fSize
;
36
Int_t
fEvents
;
37
Int_t
fLastEvent
;
38
39
ClassDef(
TMeshAnalysis
,1)
40
};
41
#endif //TMESHANALYSIS_H
42
43
44
TMeshAnalysis::fSize
TH1D * fSize
Definition:
TMeshAnalysis.h:35
TMeshParameter
Definition:
TMeshParameter.h:21
TMeshAnalysis::~TMeshAnalysis
virtual ~TMeshAnalysis()
Definition:
TMeshAnalysis.cxx:232
TMeshAnalysis::fEvents
Int_t fEvents
Definition:
TMeshAnalysis.h:36
TMeshAnalysis::TMeshAnalysis
TMeshAnalysis()
Definition:
TMeshAnalysis.cxx:34
TGo4Analysis.h
TGo4Analysis
Definition:
TGo4AnalysisImp.h:73
TMeshAnalysis
Definition:
TMeshAnalysis.h:23
TMeshAnalysis::fMbsEvent
TGo4MbsEvent * fMbsEvent
Definition:
TMeshAnalysis.h:34
TMeshAnalysis::UserPreLoop
virtual Int_t UserPreLoop()
Definition:
TMeshAnalysis.cxx:239
TMeshAnalysis::UserEventFunc
virtual Int_t UserEventFunc()
Definition:
TMeshAnalysis.cxx:288
TMeshAnalysis::fPar
TMeshParameter * fPar
Definition:
TMeshAnalysis.h:33
TMeshAnalysis::fLastEvent
Int_t fLastEvent
Definition:
TMeshAnalysis.h:37
TMeshAnalysis::UserPostLoop
virtual Int_t UserPostLoop()
Definition:
TMeshAnalysis.cxx:263
TGo4MbsEvent
Definition:
TGo4MbsEvent.h:33
Generated on Fri Oct 26 2018 08:34:51 for GSI Object Oriented Online Offline (Go4) by
1.8.8