ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/AnalysisFramework/Plotting/sandbox/integrateroofit.C
Revision: 1.1
Committed: Thu Sep 1 13:41:34 2011 UTC (13 years, 8 months ago) by buchmann
Content type: text/plain
Branch: MAIN
CVS Tags: cbaf_4_98ifb_paper, beforeFR20120418, cbaf_4p7ifb, Honeypot, cbaf_2p1ifb, HEAD
Log Message:
Test files for roostat integration

File Contents

# User Rev Content
1 buchmann 1.1 #include <iostream>
2     #include "../Modules/external/roostats_cl95.C"
3    
4     using namespace std;
5    
6     int main() {
7     cout << "Let's see if we can get this to compile ... " << endl;
8     return 0;
9     }