6 from Configurables
import LHCbApp, EventIndexer
7 from Configurables
import DstConf, UnpackDecReport
8 DstConf().EnableUnpack = [
'Reconstruction',
'Stripping']
9 decConv = UnpackDecReport(
"Strip_pPhys_DecReports_Converter")
10 decConv.InputName =
"Strip/pPhys/DecReports"
12 from Configurables
import ApplicationMgr, DataOnDemandSvc
13 ApplicationMgr().ExtSvc.append(DataOnDemandSvc())
15 DstConf().EnableUnpack = [
'Reconstruction',
'Stripping']
19 ApplicationMgr().TopAlg += [EventIndexer()]
26 "DATAFILE='PFN:root://eoslhcb.cern.ch//eos/lhcb/LHCb/Collision12/DIMUON.DST/00020350/0000/00020350_00006188_1.dimuon.dst' TYP='POOL_ROOTTREE' OPT='READ'"
30 EventIndexer().OutputFile =
"index.root"
31 EventIndexer().Stripping =
"StrippingXYZ"
Definition of class EventSelector.