ATLAS Offline Software
Functions
TIDAEvent.cxx File Reference

Basic event class to contain a vector of chains for trigger analysis
More...

#include "TrigInDetAnalysis/TIDAEvent.h"
Include dependency graph for TIDAEvent.cxx:

Go to the source code of this file.

Functions

 ClassImp (TIDA::Event) TIDA
 

Detailed Description

Basic event class to contain a vector of chains for trigger analysis

Author
mark sutton
Date
Tue 2 Feb 2010 00:09:33 GMT

Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration

Definition in file TIDAEvent.cxx.

Function Documentation

◆ ClassImp()

ClassImp ( TIDA::Event  )

Definition at line 15 of file TIDAEvent.cxx.

17  :
18  m_run_number(0),
19  m_event_number(0),
20  m_lumi_block(0),
21  m_time_stamp(0),
22  m_bunch_crossing_id(0)
23 { }