-
Notifications
You must be signed in to change notification settings - Fork 10
/
BuildFile.xml
45 lines (43 loc) · 1.71 KB
/
BuildFile.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<use name="FWCore/Framework"/>
<use name="FWCore/PluginManager"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/Utilities"/>
<use name="CondFormats/JetMETObjects"/>
<use name="DataFormats/TauReco"/>
<use name="DataFormats/MuonReco"/>
<use name="DataFormats/JetReco"/>
<use name="DataFormats/GsfTrackReco"/>
<use name="DataFormats/EgammaReco"/>
<use name="DataFormats/EgammaCandidates"/>
<use name="DataFormats/EcalDetId"/>
<use name="DataFormats/TrackReco"/>
<use name="DataFormats/Common"/>
<use name="DataFormats/Math"/>
<use name="DataFormats/PatCandidates"/>
<use name="DataFormats/METReco"/>
<use name="Geometry/Records"/>
<use name="Geometry/CommonDetUnit"/>
<use name="Geometry/TrackerGeometryBuilder"/>
<use name="RecoParticleFlow/PFProducer"/>
<use name="CommonTools/ParticleFlow"/>
<use name="RecoEcal/EgammaCoreTools"/>
<use name="RecoEgamma/EgammaTools"/>
<use name="JetMETCorrections/Objects"/>
<use name="HLTrigger/HLTcore"/>
<use name="CMS3/Dictionaries"/>
<use name="EgammaAnalysis/ElectronTools"/>
<use name="PhysicsTools/NanoAOD"/>
<use name="NNKit/FatJetNN"/>
<use name="ZZMatrixElement/MELA"/>
<use name="MelaAnalytics/EventContainer"/>
<use name="CommonLHETools/LHEHandler"/>
<use name="root"/>
<use name="clhep"/>
<Flags CPPDEFINES="CMSSW_VERSION=$(shell echo ${CMSSW_VERSION}|sed -e s/CMSSW_// -e s/_//g -e s/patch\.//)"/>
<Flags CPPDEFINES="CMSSW_VERSION_MAJOR=$(shell echo ${CMSSW_VERSION}|sed -e s/CMSSW_// -e s/_.*//g)"/>
<flags CPPFLAGS="-I$(CMSSW_BASE)/src/ZZMatrixElement/MELA/interface/" />
<lib name="EG"/>
<flags EDM_PLUGIN="1"/>
<!-- <flags CXXFLAGS="-g -O0"/> -->
<!-- <flags CXXFLAGS="-g -O0"/> -->
<flags CXXFLAGS="-g -O3"/>