ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/JetAnalysis/BuildFile.xml
Revision: 1.4
Committed: Thu Dec 1 22:55:20 2011 UTC (13 years, 5 months ago) by yilmaz
Content type: text/xml
Branch: MAIN
CVS Tags: HiForest_V02_37, HiForest_V02_36, HiForest_V02_35, HiForest_V02_34, HiForest_V02_33, HiForest_V02_32, HiForest_V02_31, HiForest_V02_30, HiForest_V02_27, HiForest_V02_26, QM_2012, HiForest_V02_25, HiForest_V02_24, HiForest_V02_23, HiForest_V02_22, HiForest_V02_21, HiForest_V02_20, HiForest_V02_19, HiForest_V02_18, HiForest_V02_17, HiForest_V02_16, HiForest_V02_15, HiForest_V02_14, HiForest_V02_13, HiForest_V02_12, HiForest_V02_11, HiForest_V02_10, HiForest_V02_09, HiForest_V02_08, HiForest_V02_07, HiForest_V02_06, HiForest_V02_05, HiForest_V02_04, HiForest_V02_03, HiForest_V02_02, HiForest_V02_01, HiForest_V02_00
Branch point for: branch_44x
Changes since 1.3: +1 -0 lines
Log Message:
Hcal noise analyzer checked in

File Contents

# User Rev Content
1 yilmaz 1.2 <use name="root"/>
2     <use name="hepmc"/>
3     <use name="boost"/>
4     <use name="fastjet"/>
5     <use name="FWCore/PluginManager"/>
6     <use name="FWCore/ParameterSet"/>
7     <use name="FWCore/ServiceRegistry"/>
8     <use name="FWCore/Framework"/>
9     <use name="PhysicsTools/UtilAlgos"/>
10     <use name="CommonTools/UtilAlgos"/>
11     <use name="Geometry/CaloGeometry"/>
12     <use name="Geometry/Records"/>
13     <use name="SimGeneral/HepPDTRecord"/>
14     <use name="SimDataFormats/GeneratorProducts"/>
15     <use name="SimDataFormats/HiGenData"/>
16 yilmaz 1.3 <use name="SimTracker/TrackAssociation"/>
17     <use name="SimTracker/Records" />
18 yilmaz 1.2 <use name="DataFormats/HepMCCandidate"/>
19     <use name="DataFormats/EcalRecHit"/>
20     <use name="DataFormats/HcalRecHit"/>
21     <use name="DataFormats/HcalDetId"/>
22     <use name="DataFormats/DetId"/>
23     <use name="DataFormats/GeometryVector"/>
24     <use name="DataFormats/JetReco"/>
25 yilmaz 1.4 <use name="DataFormats/METReco"/>
26 yilmaz 1.2 <use name="DataFormats/PatCandidates"/>
27     <use name="RecoJets/JetProducers"/>
28     <use name="DataFormats/HeavyIonEvent"/>
29     <use name="CondFormats/JetMETObjects"/>
30     <flags EDM_PLUGIN="1"/>
31 yilmaz 1.1 <export>
32 yilmaz 1.2 <lib name="CmsHiJetAnalysis"/>
33     <use name="FWCore/Framework"/>
34 yilmaz 1.1 </export>
35    
36    
37 yilmaz 1.2