ATLAS Offline Software
Loading...
Searching...
No Matches
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

namespace  LVL1
 eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) inputs.
namespace  LVL2_MUON_CALIBRATION
namespace  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}
unsigned bcTag(unsigned bcBitMap)