21 const Char_t* context,Int_t s,Int_t m)
22 :
HParSet(name,title,context), fSecs(s)
54 for (Int_t m=0; m<sector.
getSize(); m++)
66 Int_t *cT12, Int_t *cWire,Int_t* cT1T12,Int_t* cBump,Int_t* cAll,Int_t* all)
88 Int_t cT12,Int_t cBump, Int_t cWire)
118 if (input)
return (input->
init(
this,set));
124 if (out)
return out->
write(
this);
129 "#######################################################################\n"
130 "# Statistic onDrift time cuts for noise reduction of the MDC\n"
132 "# sector mod ct1 ct2 ct12 cwires ct1t12 cbump call all \n"
133 "#######################################################################\n";
141 if (m>-1 && m<sector.
getSize()) {
142 sprintf(buf,
"%i %i %i %i %i %i %i %i %i %i \n",
149 (*
this)[s][m].getCal1StatCutBump(),
155 }
else { strcpy(buf,
""); }
Int_t getCal1StatCutBump(void)
Int_t getCal1StatCutWire(Int_t sec, Int_t mod)
Int_t getCal1StatCutT12(void)
virtual Int_t getModule(Int_t sector, Int_t mod)
virtual Bool_t init(HParSet *, Int_t *)
Bool_t writeline(Char_t *, Int_t, Int_t)
ClassImp(HDbColumn) HDbColumn
Int_t getCal1StatCutT2(void)
virtual HDetParIo * getDetParIo(const Text_t *)
Int_t getCal1StatCutWire(void)
Int_t getCal1StatCutT2(Int_t sec, Int_t mod)
HSpectrometer * getSetup(void)
Int_t getCal1StatAll(Int_t sec, Int_t mod)
void setCal1StatCutT1T12()
void setCal1StatCut(Int_t, Int_t, Int_t, Int_t, Int_t, Int_t, Int_t)
Int_t getCal1StatCutT1(void)
static HMdcCutStat * fMdcCutStat
Int_t getCal1StatAll(void)
Int_t getCal1StatCutT1(Int_t sec, Int_t mod)
HMdcCutStat(const Char_t *name="MdcCutStat", const Char_t *title="Statistic on Cuts on time1, time2 & time2-time1 and wires<4", const Char_t *context="", Int_t secs=6, Int_t mods=4)
void putAsciiHeader(TString &)
void setCal1StatCutBump()
void setCal1StatCutWire()
static HMdcCutStat * getExObject()
virtual Int_t write(HParSet *)
Int_t getCal1StatCutT1T12(void)
Int_t getCal1StatCutT1T12(Int_t sec, Int_t mod)
static void deleteHMdcCutStat()
static HMdcCutStat * getObject()
void getCal1StatCut(Int_t, Int_t, Int_t *, Int_t *, Int_t *, Int_t *, Int_t *, Int_t *, Int_t *, Int_t *)
Int_t getCal1StatCutAll(Int_t sec, Int_t mod)
Int_t getCal1StatCutT12(Int_t sec, Int_t mod)
Int_t getCal1StatCutAll(void)
virtual Bool_t init(void)