ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
UserCode
/
MitHzz4l
/
Selection
/
interface
/
PassHLT.h
Revision:
1.2
Committed:
Mon Oct 17 16:23:42 2011 UTC
(13 years, 7 months ago) by
khahn
Content type:
text/plain
Branch:
MAIN
CVS Tags:
synched, AN490
Changes since
1.1
:
+1 -0 lines
Log Message:
*** empty log message ***
File Contents
#
User
Rev
Content
1
khahn
1.1
#ifndef PASS_HLT
2
#define PASS_HLT
3
4
#include <stdint.h>
5
6
khahn
1.2
bool passHLTSingleMuon(uint64_t triggerBits);
7
khahn
1.1
bool passHLT(uint64_t triggerBits, unsigned runNum, unsigned channel);
8
bool passHLTMC(uint64_t triggerBits);
9
10
#endif