CMS 3D CMS Logo

EcalFenixBypassLin Class Reference

Linearisation for Tcp input: 16 bits output: 12 bits +1 going to fgvb (???). More...

#include <SimCalorimetry/EcalTrigPrimAlgos/interface/EcalFenixBypassLin.h>

List of all members.

Public Member Functions

 EcalFenixBypassLin ()
void process (std::vector< int > &, std::vector< int > &)
virtual ~EcalFenixBypassLin ()


Detailed Description

Linearisation for Tcp input: 16 bits output: 12 bits +1 going to fgvb (???).

----> c un output de 13 bits, le 13 eme bit est le resultat du fvgb du FenixStrip

Definition at line 15 of file EcalFenixBypassLin.h.


Constructor & Destructor Documentation

EcalFenixBypassLin::EcalFenixBypassLin (  ) 

Definition at line 8 of file EcalFenixBypassLin.cc.

00008                                         {
00009   }

EcalFenixBypassLin::~EcalFenixBypassLin (  )  [virtual]

Definition at line 10 of file EcalFenixBypassLin.cc.

00010                                          {
00011   }


Member Function Documentation

void EcalFenixBypassLin::process ( std::vector< int > &  stripin,
std::vector< int > &  out 
)

Definition at line 12 of file EcalFenixBypassLin.cc.

00013   {
00014     //    return stripin;
00015     out=stripin;
00016     return;
00017   }


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:19:37 2009 for CMSSW by  doxygen 1.5.4