ATLAS Offline Software
LongLivedDPD_topOptions.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
2 
11 
12 
13 
14 from RecExConfig.RecFlags import rec
15 rec.AutoConfiguration=['everything']
16 
17 
18 
20 
21 from LongLivedParticleDPDMaker.PrimaryDPDFlags_RPVLLStream import primRPVLLDESDM
22 
23 # Switch on the writing of the physics DPDs
24 primDPD.WriteRPVLLStream = True
25 
26 
27 primDPD.OutputDirectoryName=""
28 primDPD.OutputMiddleName=""
29 if not vars().has_key('UseMCTruth'): UseMCTruth=False
30 
31 primDPD.UseMCTruth=UseMCTruth
32 primDPD.ApplySkimming = True # Default is True
33 
34 
35 
36 primRPVLLDESDM.doDV=True
37 primRPVLLDESDM.doSmpCaloId=True
38 primRPVLLDESDM.doSmpMs=True
39 primRPVLLDESDM.doKinkedTrack=True
40 primRPVLLDESDM.doHips=True
41 primRPVLLDESDM.doStopped=True
42 primRPVLLDESDM.doHV=True
43 primRPVLLDESDM.doVH=True
44 
45 # Some global flags
46 from AthenaCommon.AthenaCommonFlags import athenaCommonFlags
47 
48 include("/afs/cern.ch/atlas/project/PAT/data/data.physics_Muons.ESD.py")
49 
50 athenaCommonFlags.FilesInput= testInputFiles
51 
52 
53 from AthenaCommon.GlobalFlags import globalflags
54 
55 
56 if not vars().has_key('EvtMax'): EvtMax =300
57 athenaCommonFlags.EvtMax=EvtMax
58 
59 # Execute the dpd maker
60 include("PrimaryDPDMaker/esdtodpd.py")
61 
62 
63 
64 RPVLL.SetOutputFileName("myTestDESD.root")
python.Include.include
include
Definition: Include.py:319
LongLivedDPDFlags
Include the job property flags for this package.