ATLAS Offline Software
VEscapedEnergyProcessing.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // VEscapedEnergyProcessing
6 // 13-Jul-2004 William Seligman
7 
8 #ifndef CALOG4SIM_VESCAPEDENERGYPROCESSING_H
9 #define CALOG4SIM_VESCAPEDENERGYPROCESSING_H
10 
11 #include "G4Step.hh"
12 #include "globals.hh"
13 
14 namespace CaloG4
15 {
43  {
44 
45  public:
46 
49 
50  virtual G4bool Process( G4Step* fakeStep ) = 0;
51  };
52 
53 } // namespace CaloG4
54 
55 #endif
CaloG4
Definition: EscapedEnergyRegistry.h:21
CaloG4::VEscapedEnergyProcessing::~VEscapedEnergyProcessing
virtual ~VEscapedEnergyProcessing()
Virtual destructor.
Definition: VEscapedEnergyProcessing.h:48
CaloG4::VEscapedEnergyProcessing
Virtual interface for escaped energy processor classes.
Definition: VEscapedEnergyProcessing.h:43
CaloG4::VEscapedEnergyProcessing::Process
virtual G4bool Process(G4Step *fakeStep)=0