ATLAS Offline Software
Loading...
Searching...
No Matches
CMReprocessing.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TrigT1RPChardware_CMReprocessing_H
6#define TrigT1RPChardware_CMReprocessing_H
7
8#include <fstream>
9#include <iostream>
10
16
17class CMReprocessing : public BaseObject {
18public:
19 CMReprocessing(MatrixReadOut *hard, Matrix *CMsimu, int NOBXS);
21
22private:
23};
24#endif
BaseObject(ObjectType, const std::string &)
Definition BaseObject.cxx:7
CMReprocessing(MatrixReadOut *hard, Matrix *CMsimu, int NOBXS)