Skip to content
Snippets Groups Projects

Create new unified Overlay transform

Merged Tadej Novak requested to merge tadej/athena:overlay/SCT_MT into master
All threads resolved!
15 files
+ 124
178
Compare changes
  • Side-by-side
  • Inline
Files
15
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/
/**
@@ -37,13 +37,6 @@ class ISCT_FrontEnd : virtual public ISiChargedDiodesProcessorTool {
//** Destructor: */
virtual ~ISCT_FrontEnd() {}
///////////////////////////////////////////////////////////////////
// Pure virtual methods:
///////////////////////////////////////////////////////////////////
//** process the collection of charged diodes */
virtual void process(SiChargedDiodeCollection& collection) const =0;
virtual void setRandomEngine(CLHEP::HepRandomEngine* rndmEngine) =0;
};
#endif // SCT_DIGITIZATION_ISCT_FRONTEND_H
Loading