#include <HarpoPedMgr.h>
Public Member Functions | |
HarpoPedMgr () | |
A class HarpoPedMgr. More... | |
virtual | ~HarpoPedMgr () |
void | SetFile (TString *file) |
Set Femimos Pedistal File Name. More... | |
HarpoPedestal * | Lookup (Long_t run, Long_t detno) |
! Serach pedestal and means for given plane More... | |
void | WriteRunPedestals (Long_t run, HarpoPedestal *p, Int_t plane, Int_t card=0) |
Protected Attributes | |
HarpoPedestal * | p |
Private Attributes | |
const char * | fn |
TFile * | f |
Definition at line 15 of file HarpoPedMgr.h.
HarpoPedMgr::HarpoPedMgr | ( | ) |
A class HarpoPedMgr.
Definition at line 15 of file HarpoPedMgr.cxx.
|
virtual |
Definition at line 22 of file HarpoPedMgr.cxx.
HarpoPedestal * HarpoPedMgr::Lookup | ( | Long_t | run, |
Long_t | detno | ||
) |
! Serach pedestal and means for given plane
Definition at line 37 of file HarpoPedMgr.cxx.
void HarpoPedMgr::SetFile | ( | TString * | file | ) |
Set Femimos Pedistal File Name.
Definition at line 30 of file HarpoPedMgr.cxx.
void HarpoPedMgr::WriteRunPedestals | ( | Long_t | run, |
HarpoPedestal * | p, | ||
Int_t | plane, | ||
Int_t | card = 0 |
||
) |
Pointer to found pedestals object if no pedistal found return default values (250,14) Write on run pedestals to file
Definition at line 83 of file HarpoPedMgr.cxx.
|
private |
Definition at line 39 of file HarpoPedMgr.h.
|
private |
Definition at line 38 of file HarpoPedMgr.h.
|
protected |
Definition at line 35 of file HarpoPedMgr.h.