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 )
Author
Nils Krumnack

Definition at line 17 of file BatchSegment.cxx.

20{
21 BatchSegment ::
22 BatchSegment ()
23 : sample (0), job_id (0),
24 begin_file (0), begin_event (0),
25 end_file (0), end_event (0)
26 {
27 }
28
29
30
31 BatchSegment ::
32 ~BatchSegment ()
33 {
34 }
35}