ATLAS Offline Software
Loading...
Searching...
No Matches
PixelHitDiscCnfgData.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef PIXELHITDISCCONFIGDATA_H
6#define PIXELHITDISCCONFIGDATA_H
7
9#include <map>
10
12 public:
17
18 void setHitDiscCnfgPL(int hitDiscCnfgPL);
19 void setHitDiscCnfg3D(int hitDiscCnfg3D);
20 int getHitDiscCnfgPL() const;
21 int getHitDiscCnfg3D() const;
22
23 private:
26};
27
28CLASS_DEF( PixelHitDiscCnfgData , 107567218 , 1 ) // class definition with CLID
29
30#include "AthenaKernel/CondCont.h"
32
33#endif
#define CONDCONT_DEF(...)
Definition CondCont.h:1413
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
void setHitDiscCnfg3D(int hitDiscCnfg3D)
virtual ~PixelHitDiscCnfgData()
void setHitDiscCnfgPL(int hitDiscCnfgPL)
PixelHitDiscCnfgData(const PixelHitDiscCnfgData &other)=delete
PixelHitDiscCnfgData & operator=(const PixelHitDiscCnfgData &other)=delete