| Report problems to ATLAS LXR Team (with time and IP address indicated) |
|
[ source navigation ] [ diff markup ] [ identifier search ] [ general search ] |
||||
|
||||||
| Links to LXR source navigation pages for stable releases | [ 12.*.* ] [ 13.*.* ] [ 14.*.* ] [ 15.*.* ] | |||||
001 #ifndef StacoMuonQualityWordHelper_H 002 #define StacoMuonQualityWordHelper_H 003 004 #include "STACOTools/StacoToolsMisc.h" 005 #include "muonEvent/MuonQualityWord.h" 006 007 /** 008 @class StacoMuonQualityWordHelper 009 010 This class is manipulating MuonQualityWord 011 012 @author samusog@cern.ch 013 014 */ 015 016 class StacoMuonQualityWordHelper { 017 public: 018 StacoMuonQualityWordHelper(); 019 ~StacoMuonQualityWordHelper(); 020 021 public: 022 /////////////////////////////////// 023 024 void Set_isTight (MuonQualityWord& aMuonQualityWord) ; 025 void Set_isMedium (MuonQualityWord& aMuonQualityWord) ; 026 void Set_isLoose (MuonQualityWord& aMuonQualityWord) ; 027 void Set_isVeyLoose (MuonQualityWord& aMuonQualityWord) ; 028 029 std::string AsString (MuonQualityWord aMuonQualityWord) ; 030 031 private: 032 /////////////////////////////////// 033 //Directly from MuonQualityTool of Rikard Sandstrom 034 inline uint16_t bit2int(uint16_t b) const { return 1<<b; }; 035 036 }; 037 038 #endif
| [ source navigation ] | [ diff markup ] | [ identifier search ] | [ general search ] |
| Due to the LXR bug, the updates fail sometimes to remove references to deleted files. The Saturday's full rebuilds fix these problems | |
| This page was automatically generated by the LXR engine. |
|