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

Go to the source code of this file.

Functions

 ClassImp (EL::BatchSegment) namespace EL

Function Documentation

◆ ClassImp()

ClassImp ( EL::BatchSegment )

Definition at line 24 of file BatchSegment.cxx.

27{
28 BatchSegment ::
29 BatchSegment ()
30 : sample (0), job_id (0),
31 begin_file (0), begin_event (0),
32 end_file (0), end_event (0)
33 {
34 }
35
36
37
38 BatchSegment ::
39 ~BatchSegment ()
40 {
41 }
42}