2#define BMNHISTScWall_H 1
5#include "BmnScWallDigi.h"
6#include "BmnScWallGeo.h"
9#include "TClonesArray.h"
15#include "THttpServer.h"
30 void SetDir(TFile* outFile, TTree* recoTree);
39 static constexpr int kTOTAL_CELLS = 173;
41 long int fEventCounter = 1;
44 Int_t fSelectedTrigger;
47 TH2F* h2d_grid_center;
50 TH2F* h2d_cell_id_center;
54 TH1F* hModEn_scwall_nt;
59 vector<PadInfo*> canAmpsPads;
60 vector<PadInfo*> canModEnPads;
61 vector<PadInfo*> canSelectPads;
62 vector<TString> NamesAmps;
63 vector<TString> NamesModEn;
64 vector<TString> NamesSelect;
66 TCanvas* canScintWall;
67 vector<PadInfo*> canScintWallPads;
68 vector<TString> NamescanScintWall;
BmnStatus SetRefRun(Int_t id)
void SetGeometry(const std::string &path)
void FillFromDigi(DigiArrays *fDigiArrays)
void SetDir(TFile *outFile, TTree *recoTree)
void SetSelection(Int_t Cell, Int_t Trigger)
BmnHistScWall(TString title="ScWall", TString path="", Int_t periodID=8, BmnSetup setup=kBMNSETUP)
void Register(THttpServer *serv)