ATLAS Offline Software
TBMWPC.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 
6 #include "TBEvent/TBMWPC.h"
7 
9 // Constructors and Destructor //
11 
13  : TBBeamDetector(),
14  m_isX(false)
15 {
16 }
17 
18 TBMWPC::TBMWPC(const std::string& thisBPCName)
19  : TBBeamDetector(thisBPCName),
20  m_isX(false)
21 {
22 
23 }
24 
26 { }
27 
TBMWPC::~TBMWPC
~TBMWPC()
Definition: TBMWPC.cxx:25
TBMWPC::TBMWPC
TBMWPC()
Definition: TBMWPC.cxx:12
TBMWPC.h
TBBeamDetector
Definition: TBBeamDetector.h:16