ATLAS Offline Software
Classes | Namespaces | Functions
MuCalStreamerTool.h File Reference
#include "AthenaBaseComps/AthAlgTool.h"
#include "GaudiKernel/ServiceHandle.h"
#include "MdtData.h"
#include "RpcData.h"
#include "TgcData.h"
#include "TrackData.h"
#include "MuCalCircClient.h"
#include "MuonCnvToolInterfaces/IMuonRawDataProviderTool.h"
#include "RPC_CondCabling/RpcCablingCondData.h"
#include "StoreGate/ReadCondHandleKey.h"
#include "IRegionSelector/IRegSelTool.h"
#include "MuonRDO/TgcRdoContainer.h"
#include "StoreGate/ReadHandleKey.h"
#include "xAODTrigger/MuonRoI.h"
#include "xAODEventInfo/EventInfo.h"
#include "MuonRDO/RpcPadContainer.h"
#include <fstream>
#include <string>
#include <vector>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TrigL2MuonSA::MuCalStreamerTool
 

Namespaces

 LVL1
 eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) inputs.
 
 LVL2_MUON_CALIBRATION
 
 TrigL2MuonSA
 

Functions

unsigned bcBitmap (uint16_t bcTag)
 

Function Documentation

◆ bcBitmap()

unsigned bcBitmap ( uint16_t  bcTag)
inline

Definition at line 46 of file MuCalStreamerTool.h.

46  {
47  return (bcTag == 1 ? 4 :
48  ((bcTag == 0 || bcTag == 2) ? 2 :
49  (bcTag == 3 ? 1 : 0)));
50 }
bcTag
unsigned bcTag(unsigned bcBitMap)
Definition: TgcByteStreamData.h:367