CMS 3D CMS Logo

EcalFenixBypassLin.cc
Go to the documentation of this file.
2 //#include <DataFormats/EcalDigi/interface/EBDataFrame.h>
3 #include <iostream>
4 #include <vector>
5 
6 class EBDataFrame;
7 
10 void EcalFenixBypassLin::process(std::vector<int> &stripin, std::vector<int> &out) {
11  // return stripin;
12  out = stripin;
13  return;
14 }
void process(std::vector< int > &, std::vector< int > &)