Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:29:11

0001 // -*- C++ -*-
0002 //
0003 // Package:     SiPixelPhase1DigisHarvesterV
0004 // Class:       SiPixelPhase1DigisHarvesterV
0005 //
0006 
0007 // Original Author: Marcel Schneider
0008 // Additional Authors: Alexander Morton - modifying code for validation use
0009 
0010 #include "FWCore/Framework/interface/MakerMacros.h"
0011 #include "Validation/SiPixelPhase1DigisV/interface/SiPixelPhase1DigisV.h"
0012 
0013 SiPixelPhase1DigisHarvesterV::SiPixelPhase1DigisHarvesterV(const edm::ParameterSet &iConfig)
0014     : SiPixelPhase1Harvester(iConfig) {}
0015 
0016 DEFINE_FWK_MODULE(SiPixelPhase1DigisHarvesterV);