er
dev
|
task for converting data from output digitizing files to files with structure of class RawEvent More...
#include <ERSimtoRaw.h>
Public Member Functions | |
ERSimtoRaw () | |
ERSimtoRaw (Int_t NEvents) | |
~ERSimtoRaw () | |
virtual InitStatus | Init () |
virtual void | Exec (Option_t *opt) |
ERSimtoRaw () | |
ERSimtoRaw (Int_t NEvents) | |
~ERSimtoRaw () | |
virtual InitStatus | Init () |
virtual void | Exec (Option_t *opt) |
Protected Member Functions | |
ClassDef (ERSimtoRaw, 1) | |
Protected Attributes | |
TClonesArray * | fPixelSignals |
ERNeuRadRawEvent ** | fRawEvents |
Int_t | fNChanels |
Int_t | fNPoints |
Int_t | fEvent |
Float_t * | fResFunction |
TArrayF | fResFunctionRoot |
RawEvent ** | fRawEvents |
task for converting data from output digitizing files to files with structure of class RawEvent
Definition at line 33 of file ERSimtoRaw.h.
ERSimtoRaw::ERSimtoRaw | ( | ) |
Default constructor
Definition at line 30 of file ERSimtoRaw.cxx.
ERSimtoRaw::ERSimtoRaw | ( | Int_t | NEvents | ) |
Constructor verbose: 1 - only standard log print, 2 - print digi information
Definition at line 18 of file ERSimtoRaw.cxx.
ERSimtoRaw::~ERSimtoRaw | ( | ) |
Destructor
Definition at line 42 of file ERSimtoRaw.cxx.
ERSimtoRaw::ERSimtoRaw | ( | ) |
Default constructor
ERSimtoRaw::ERSimtoRaw | ( | Int_t | NEvents | ) |
Constructor verbose: 1 - only standard log print, 2 - print digi information
ERSimtoRaw::~ERSimtoRaw | ( | ) |
Destructor
|
virtual |
Virtual method Exec
|
virtual |
Virtual method Exec
Definition at line 75 of file ERSimtoRaw.cxx.
|
virtual |
Virtual method Init
|
virtual |
Virtual method Init
Definition at line 48 of file ERSimtoRaw.cxx.