#ifndef ALIEMCALTRIGGERTRUDCSCONFIG_H #define ALIEMCALTRIGGERTRUDCSCONFIG_H /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ /* Author: R. GUERNANE LPSC Grenoble CNRS/IN2P3 */ #include "TObject.h" class AliEMCALTriggerTRUDCSConfig : public TObject { public: AliEMCALTriggerTRUDCSConfig(); virtual ~AliEMCALTriggerTRUDCSConfig() {} void SetSELPF( Int_t pf) { fSELPF = pf; } void SetL0SEL( Int_t la) { fL0SEL = la; } void SetL0COSM(Int_t lc) { fL0COSM = lc; } void SetGTHRL0(Int_t lg) { fGTHRL0 = lg; } void SetMaskReg(Int_t arr[], Int_t n) { for (Int_t i=0;i