ATLAS Offline Software
Loading...
Searching...
No Matches
ALFA_RawDataCollection_charge_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ALFA_RAWDATACOLLECTION_CHARGE_P1_H
6#define ALFA_RAWDATACOLLECTION_CHARGE_P1_H
7
10#include <vector>
11#include <string>
12#include <inttypes.h>
13
14class ALFA_RawDataCollection_charge_p1: public std::vector<ALFA_RawData_charge_p1> {
15
16 public:
19
20
21// private:
22
23
24 //Motherboard id
25uint16_t MBId_POT;
26//Event counter
28//Time Stamp
30//Bunch Crossing ID
31uint32_t BCId_POT;
32
33
34
35};
36
37#endif