ATLAS Offline Software
Loading...
Searching...
No Matches
RPCdata.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7
8RPCdata::RPCdata(const std::string& name) : BaseObject(Data,name) {}
9
11
13
15
@ Data
Definition BaseObject.h:11
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
BaseObject(ObjectType, const std::string &)
Definition BaseObject.cxx:7
const std::string & name() const
Definition BaseObject.h:23
RPCdata(const std::string &)
Definition RPCdata.cxx:8
virtual ~RPCdata()
Definition RPCdata.cxx:14