ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FGolf/Tools/goodrun.h
Revision: 1.1
Committed: Fri Jul 8 09:17:38 2011 UTC (13 years, 9 months ago) by fgolf
Content type: text/plain
Branch: MAIN
CVS Tags: ss_summer2011approvalV2, ss_summer2011approval, HEAD
Log Message:
first commit

File Contents

# User Rev Content
1 fgolf 1.1
2     #ifndef GOODRUN_H
3     #define GOODRUN_H
4    
5     bool goodrun (unsigned int run, unsigned int lumi_block);
6     bool goodrun_json (unsigned int run, unsigned int lumi_block);
7     void set_goodrun_file (const char* filename);
8     void set_goodrun_file_json (const char* filename);
9     int min_run ();
10     int max_run ();
11     int min_run_min_lumi ();
12     int max_run_max_lumi ();
13    
14     #endif
15