]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EMCAL/mood/TMEMC.cxx
added low and high flux parameter options
[u/mrichter/AliRoot.git] / EMCAL / mood / TMEMC.cxx
1 #include "TMEMC.h"
2
3 ClassImp(TMEMC)
4
5 //_____________________________________________________________________________
6 TMEMC::TMEMC(const TGWindow *p, UInt_t w, UInt_t h) : 
7   TMCal(p, w, h, AliCaloCalibPedestal::kEmCal)
8 {
9 }
10