ATLAS Offline Software
Loading...
Searching...
No Matches
BatchSample.cxx File Reference
Include dependency graph for BatchSample.cxx:

Go to the source code of this file.

Functions

 ClassImp (EL::BatchSample) namespace EL

Function Documentation

◆ ClassImp()

ClassImp ( EL::BatchSample )
Author
Nils Krumnack

Definition at line 17 of file BatchSample.cxx.

20{
21 BatchSample ::
22 BatchSample ()
23 : begin_segments (0), end_segments (0)
24 {
25 }
26
27
28
29 BatchSample ::
30 ~BatchSample ()
31 {
32 }
33}