ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/VHbbAnalysis/VHbbDataFormats/bin/BuildFile.xml
Revision: 1.7
Committed: Mon Oct 31 09:50:45 2011 UTC (13 years, 6 months ago) by arizzi
Content type: text/xml
Branch: MAIN
CVS Tags: AR_Nov10Ntuple
Changes since 1.6: +1 -0 lines
Log Message:
add skeleton of Updater to avoid step2 for simple trigger/pu weight fix

File Contents

# User Rev Content
1 tboccali 1.1 <use name="root"/>
2 bortigno 1.4 <use name="roottmva"/>
3 tboccali 1.1 <use name="boost"/>
4     <use name="fastjet"/>
5     <use name="rootcintex"/>
6     <use name="FWCore/FWLite"/>
7     <use name="DataFormats/FWLite"/>
8     <use name="DataFormats/Luminosity"/>
9     <use name="FWCore/PythonParameterSet"/>
10     <use name="CommonTools/Utils"/>
11     <use name="PhysicsTools/FWLite"/>
12     <use name="PhysicsTools/Utilities"/>
13     <use name="PhysicsTools/SelectorUtils"/>
14 bortigno 1.6 <use name="RecoBTag/SecondaryVertex"/>
15 tboccali 1.1 <environment>
16 bortigno 1.4 <bin file="make_histos.cxx"></bin>
17     <bin file="TMVAClassification.cxx"></bin>
18     <bin file="make_tree.cxx"></bin>
19 nmohr 1.5 <bin file="Ntupler.cc"></bin>
20 arizzi 1.7 <bin file="Updater.cc"></bin>
21 arizzi 1.2 </environment>