source: trunk/MagicSoft/Mars/mcamera/MCameraLids.h@ 2536

Last change on this file since 2536 was 2535, checked in by tbretz, 22 years ago
*** empty log message ***
File size: 405 bytes
Line 
1#ifndef MARS_MCameraLids
2#define MARS_MCameraLids
3
4#ifndef MARS_MParContainer
5#include "MParContainer.h"
6#endif
7
8#ifndef MARS_MCameraLid
9#include "MCameraLid.h"
10#endif
11
12class MCameraLids : public MParContainer
13{
14 friend class MReportCamera;
15private:
16 MCameraLid fLidA;
17 MCameraLid fLidB;
18
19 Bool_t fStatus; // [?] Monitored status, Cam.LID_state
20public:
21 ClassDef(MCameraLids, 0)
22};
23
24#endif
Note: See TracBrowser for help on using the repository browser.