FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
pgenerators
eventFilter
FairEvtFilterParams.h
Go to the documentation of this file.
1
// -------------------------------------------------------------------------
2
// ----- FairEvtFilterParams header file -----
3
// -------------------------------------------------------------------------
4
5
15
#ifndef FAIREVTFILTERPARAMS_H_
16
#define FAIREVTFILTERPARAMS_H_
17
18
#include "TObject.h"
19
20
class
FairEvtFilterParams
:
public
TObject
21
{
22
23
public
:
24
25
// Default constructor.
26
FairEvtFilterParams
();
27
28
// constructor with parameters
29
FairEvtFilterParams
(Int_t FailedFilterEvents, Int_t GeneratedEvents, Int_t FilterMaxTries);
30
31
// Destructor.
32
virtual
~FairEvtFilterParams
();
33
34
// number of failed attempts to find an event that satisfies all event filters
35
// events are generated by the registered event generators
36
// a value other than 0 indicates that there is something wrong!
37
Int_t
fFailedFilterEvents
;
38
39
// total number of generated events (accepted + rejected)
40
Int_t
fGeneratedEvents
;
41
42
// limiting number for the attempts to find an event that suits all event filters
43
// set this to a very high number
44
// this number is only used to avoid infinite loops in case no event can be found
45
Int_t
fFilterMaxTries
;
46
47
ClassDef(
FairEvtFilterParams
,1)
48
};
49
50
51
#endif
/* FAIREVTFILTERPARAMS_H_ */
FairEvtFilterParams::fFilterMaxTries
Int_t fFilterMaxTries
Definition:
FairEvtFilterParams.h:45
FairEvtFilterParams::~FairEvtFilterParams
virtual ~FairEvtFilterParams()
Definition:
FairEvtFilterParams.cxx:18
FairEvtFilterParams::FairEvtFilterParams
FairEvtFilterParams()
Definition:
FairEvtFilterParams.cxx:5
FairEvtFilterParams::fGeneratedEvents
Int_t fGeneratedEvents
Definition:
FairEvtFilterParams.h:40
FairEvtFilterParams::fFailedFilterEvents
Int_t fFailedFilterEvents
Definition:
FairEvtFilterParams.h:37
FairEvtFilterParams
Definition:
FairEvtFilterParams.h:20
Generated on Wed Apr 3 2019 10:02:46 for FairRoot/PandaRoot by
1.8.5