ATLAS Offline Software
Loading...
Searching...
No Matches
RpcOnlineDBEntry.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef RPCONLINEDBENTRY_H
6#define RPCONLINEDBENTRY_H
7
8#include <string>
9#include <iostream>
10#include <sstream>
11#include <stdint.h>
12
13namespace MuonCalib{
14
24
26 {
27 public:
29 RpcOnlineDBEntry(uint64_t theID, uint64_t mask1, uint64_t mask2, uint64_t mask3);
30
31 void getColumns(std::string &mask1, std::string &mask2,std::string &mask3) const;
32
34
35 uint64_t getID() const;
36
37 private:
39 };
40
41}
42
43#endif
static const uint32_t mask3
void getColumns(std::string &mask1, std::string &mask2, std::string &mask3) const
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.