ATLAS Offline Software
Loading...
Searching...
No Matches
ALFA_RawDataContainer_charge.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#include "GaudiKernel/Bootstrap.h"
6#include "GaudiKernel/ISvcLocator.h"
7#include "GaudiKernel/IMessageSvc.h"
9
12#include <map>
13#include <cassert>
14#include <iostream>
15
16using std::ostream;
17using std::endl;
18
19//**********************************************************************
20// Local definitions
21//**********************************************************************
22
23//**********************************************************************
24// Member functions.
25//**********************************************************************
26
27
28// Default constructor.
29
31 //: IdentifiableContainer<ALFA_RawDataCollection_charge>()
33 m_wordMarker(0),
34 //m_dataWord(0),
35 m_subdetId(0),
36 m_mrodId(0),
37 m_lvl1Id(0),
38 m_ecrId(0),
39 m_bcId(0),
40 m_runNum(0),
41 m_runType(0),
44{
45}
46
47
48//**********************************************************************
49
50// Destructor.
51
55
56//**********************************************************************
57
58
59// Return the total number of digits in the container.
60
71
73{
74 m_subdetId = 0;
75 m_mrodId = 0;
76 m_runNum = 0;
77 m_runType = 0;
78 m_lvl1Id = 0;
79 m_ecrId = 0;
80 m_bcId = 0;
83}
84
RDOs : Chamber Service Module, collection of RawData.
ALFA_RawDataCollection_charge::size_type size_type
DataModel_detail::const_iterator< DataVector > const_iterator
Definition DataVector.h:838
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
const_iterator end() const noexcept
const_iterator begin() const noexcept
int count(std::string s, const std::string &regx)
count how many occurances of a regx are in a string
Definition hcg.cxx:146