ATLAS Offline Software
Loading...
Searching...
No Matches
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
14namespace CaloG4
15{
41
43 {
44
45 public:
46
49
50 virtual G4bool Process( G4Step* fakeStep ) = 0;
51 };
52
53} // namespace CaloG4
54
55#endif
Virtual interface for escaped energy processor classes.
virtual ~VEscapedEnergyProcessing()
Virtual destructor.
virtual G4bool Process(G4Step *fakeStep)=0