ATLAS Offline Software
Loading...
Searching...
No Matches
IRandomDisabledCellGenerator.h
Go to the documentation of this file.
1// -*- C++ -*-
2
3/*
4 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
5*/
6
12
13#ifndef SIDIGITIZATION_IRANDOMDISABLEDCELLGENERATOR_H
14#define SIDIGITIZATION_IRANDOMDISABLEDCELLGENERATOR_H
15
16//Inheritance
18
19//methods
21namespace CLHEP {
22 class HepRandomEngine;
23}
24
25static const InterfaceID IID_IRandomDisabledCellGenerator("IRandomDisabledCellGenerator",1,0);
26
28
30 // Public methods:
32 public:
33
34 //Retrieve interface ID
35 static const InterfaceID& interfaceID() { return IID_IRandomDisabledCellGenerator; }
36
37 // Destructor:
39
40};
41
42#endif // SIDIGITIZATION_IRANDOMDISABLEDCELLGENERATOR_H
static const InterfaceID IID_IRandomDisabledCellGenerator("IRandomDisabledCellGenerator", 1, 0)
static const InterfaceID & interfaceID()