#ifndef HMDCCONNECTEDWIRES_H
#define HMDCCONNECTEDWIRES_H

#include "hmdclookupgeom.h"

class HParIo;
class HMdcMboReadout;

class HMdcConnectedWires : public HMdcLookupGeom {
protected:
  HMdcLookupGeom* lookup;   //! pointer to lookup container
  HMdcMboReadout* readout;  //! pointer to readout container
public:
  HMdcConnectedWires(const Char_t* name="MdcConnectedWires",
                     const Char_t* title=
                       "Mdc lookup table from cal1 to raw for the connected wires",
                     const Char_t* context="");
  ~HMdcConnectedWires() {}
  Bool_t init(HParIo* input,Int_t* set);
  ClassDef(HMdcConnectedWires,1) // Wires connected to readout controllers
};

#endif /* !HMDCCONNECTEDWIRES_H */
 



Last change: Sat May 22 13:01:15 2010
Last generated: 2010-05-22 13:01

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.