Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

PlexVetoShieldMuxToMdl.h File Reference

#include "DatabaseInterface/DbiTableRow.h"
#include "LeakChecker/Lea.h"
#include "Plex/PlexScintMdlId.h"

Go to the source code of this file.

Classes

class  PlexVetoShieldMuxToMdl

Functions

std::ostream & operator<< (std::ostream &os, const PlexVetoShieldMuxToMdl &m2m)

Variables

const UShort_t kBadVetoPln = 1023


Function Documentation

std::ostream& operator<< std::ostream &  os,
const PlexVetoShieldMuxToMdl m2m
 

Definition at line 40 of file PlexVetoShieldMuxToMdl.cxx.

00041 {
00042   os << "VetoShield Mux " 
00043      << m2m.GetMuxPln() << "," 
00044      << m2m.GetMuxMdl() 
00045      << "(of " << std::setw(2) << m2m.GetCountDir() << ") maps to "
00046      << m2m.GetSingleMdlPlaneId().AsString("c")
00047      << std::endl;
00048   return os;
00049 }


Variable Documentation

const UShort_t kBadVetoPln = 1023
 

Definition at line 24 of file PlexVetoShieldMuxToMdl.h.

Referenced by PlexVetoShieldMuxToMdl::PlexVetoShieldMuxToMdl().


Generated on Mon Feb 15 11:08:08 2010 for loon by  doxygen 1.3.9.1