CMS 3D CMS Logo

List of all members | Public Member Functions
EcalFenixBypassLin Class Reference

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

#include <EcalFenixBypassLin.h>

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 16 of file EcalFenixBypassLin.h.

Constructor & Destructor Documentation

◆ EcalFenixBypassLin()

EcalFenixBypassLin::EcalFenixBypassLin ( )

Definition at line 8 of file EcalFenixBypassLin.cc.

8 {}

◆ ~EcalFenixBypassLin()

EcalFenixBypassLin::~EcalFenixBypassLin ( )
virtual

Definition at line 9 of file EcalFenixBypassLin.cc.

9 {}

Member Function Documentation

◆ process()

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

Definition at line 10 of file EcalFenixBypassLin.cc.

References MillePedeFileConverter_cfg::out.

10  {
11  // return stripin;
12  out = stripin;
13  return;
14 }