diff --git a/Tracking/TrkDigitization/TrkDigInterfaces/.svn/entries b/Tracking/TrkDigitization/TrkDigInterfaces/.svn/entries deleted file mode 100644 index 15b5a59310cedba71bdfd5970882fda4d06dc749..0000000000000000000000000000000000000000 --- a/Tracking/TrkDigitization/TrkDigInterfaces/.svn/entries +++ /dev/null @@ -1,68 +0,0 @@ -10 - -dir -811013 -svn+ssh://svn.cern.ch/reps/atlasoff/Tracking/TrkDigitization/TrkDigInterfaces/tags/TrkDigInterfaces-00-00-00 -svn+ssh://svn.cern.ch/reps/atlasoff - - - -2016-01-20T14:30:11.570649Z -718781 -ncalace - - - - - - - - - - - - - - -4525493e-7705-40b1-a816-d608a930855b - -cmt -dir - -ChangeLog -file - - - - -2017-10-10T19:11:28.000000Z -128452502650f5cfe2cb09ed960104e5 -2016-01-20T14:30:11.570649Z -718781 -ncalace - - - - - - - - - - - - - - - - - - - - - -214 - -TrkDigInterfaces -dir - diff --git a/Tracking/TrkDigitization/TrkDigInterfaces/.svn/text-base/ChangeLog.svn-base b/Tracking/TrkDigitization/TrkDigInterfaces/.svn/text-base/ChangeLog.svn-base deleted file mode 100644 index c712685c7494fe8176060d9d67e22d30e0a8a1e1..0000000000000000000000000000000000000000 --- a/Tracking/TrkDigitization/TrkDigInterfaces/.svn/text-base/ChangeLog.svn-base +++ /dev/null @@ -1,6 +0,0 @@ -2016-01-20 Noemi Calace < Noemi.Calace@cern.ch > - * Fixing requirement warnings - * Tagged as TrkDigInterfaces-00-00-00 - -2016-01-12 Andreas Salzburger < Andreas.Salzburger -at- cern.ch > - * initial import diff --git a/Tracking/TrkDigitization/TrkDigInterfaces/ChangeLog b/Tracking/TrkDigitization/TrkDigInterfaces/ChangeLog deleted file mode 100644 index c712685c7494fe8176060d9d67e22d30e0a8a1e1..0000000000000000000000000000000000000000 --- a/Tracking/TrkDigitization/TrkDigInterfaces/ChangeLog +++ /dev/null @@ -1,6 +0,0 @@ -2016-01-20 Noemi Calace < Noemi.Calace@cern.ch > - * Fixing requirement warnings - * Tagged as TrkDigInterfaces-00-00-00 - -2016-01-12 Andreas Salzburger < Andreas.Salzburger -at- cern.ch > - * initial import diff --git a/Tracking/TrkDigitization/TrkDigInterfaces/TrkDigInterfaces/.svn/entries b/Tracking/TrkDigitization/TrkDigInterfaces/TrkDigInterfaces/.svn/entries deleted file mode 100644 index 9c8e3d6aa464c830b954c743b5d08f7c224bafae..0000000000000000000000000000000000000000 --- a/Tracking/TrkDigitization/TrkDigInterfaces/TrkDigInterfaces/.svn/entries +++ /dev/null @@ -1,62 +0,0 @@ -10 - -dir -811013 -svn+ssh://svn.cern.ch/reps/atlasoff/Tracking/TrkDigitization/TrkDigInterfaces/tags/TrkDigInterfaces-00-00-00/TrkDigInterfaces -svn+ssh://svn.cern.ch/reps/atlasoff - - - -2016-01-12T15:30:04.363026Z -717375 -salzburg - - - - - - - - - - - - - - -4525493e-7705-40b1-a816-d608a930855b - -IModuleStepper.h -file - - - - -2017-10-10T19:11:28.000000Z -182bc9e1f62086f50baa21478491194c -2016-01-12T15:30:04.363026Z -717375 -salzburg - - - - - - - - - - - - - - - - - - - - - -1737 - diff --git a/Tracking/TrkDigitization/TrkDigInterfaces/TrkDigInterfaces/.svn/text-base/IModuleStepper.h.svn-base b/Tracking/TrkDigitization/TrkDigInterfaces/TrkDigInterfaces/.svn/text-base/IModuleStepper.h.svn-base deleted file mode 100644 index a4fe41e375af4c5fae947dcd07029e33ceef2a61..0000000000000000000000000000000000000000 --- a/Tracking/TrkDigitization/TrkDigInterfaces/TrkDigInterfaces/.svn/text-base/IModuleStepper.h.svn-base +++ /dev/null @@ -1,52 +0,0 @@ -/////////////////////////////////////////////////////////////////// -// IModuleStepper.h, (c) ATLAS Detector software -/////////////////////////////////////////////////////////////////// - -#ifndef TRKDIGINTERFACES_IMODULESTEPPER_H -#define TRKDIGINTERFACES_IMODULESTEPPER_H - -// Gaudi -#include "GaudiKernel/IAlgTool.h" -// Trk -#include "TrkDigEvent/DigitizationCell.h" -//STL -#include <vector> - -namespace Trk { - - class DigitizationModule; - - /** Interface ID for IModuleSteppers*/ - static const InterfaceID IID_IModuleStepper("IModuleStepper", 1, 0); - - /** @class IModuleStepper - - Interface class IModuleSteppers - - @author Andreas.Salzburger@cern.ch - */ - class IModuleStepper : virtual public IAlgTool { - - public: - /**Virtual destructor*/ - virtual ~IModuleStepper(){} - - /** AlgTool and IAlgTool interface methods */ - static const InterfaceID& interfaceID() { return IID_IModuleStepper; } - - /** calculate the steps caused by this strack - full simulation interface */ - virtual std::vector<DigitizationStep> cellSteps(const DigitizationModule& dmodule, - const Amg::Vector3D& startPosition, - const Amg::Vector3D& endPosition) const = 0; - - - /** calculate the steps caused by this track - fast simulation interface */ - virtual std::vector<DigitizationStep> cellSteps(const DigitizationModule& dmodule, - const Amg::Vector2D& intersection, - const Amg::Vector3D& direction) const = 0; - - }; - -} // end of namespace - -#endif // TRKDIGINTERFACES_IMODULESTEPPER_H diff --git a/Tracking/TrkDigitization/TrkDigInterfaces/TrkDigInterfaces/IModuleStepper.h b/Tracking/TrkDigitization/TrkDigInterfaces/TrkDigInterfaces/IModuleStepper.h index a4fe41e375af4c5fae947dcd07029e33ceef2a61..26b7e5d1cecad3e2949fdb7b482c8bbed2041875 100644 --- a/Tracking/TrkDigitization/TrkDigInterfaces/TrkDigInterfaces/IModuleStepper.h +++ b/Tracking/TrkDigitization/TrkDigInterfaces/TrkDigInterfaces/IModuleStepper.h @@ -1,3 +1,7 @@ +/* + Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration +*/ + /////////////////////////////////////////////////////////////////// // IModuleStepper.h, (c) ATLAS Detector software /////////////////////////////////////////////////////////////////// diff --git a/Tracking/TrkDigitization/TrkDigInterfaces/cmt/.svn/entries b/Tracking/TrkDigitization/TrkDigInterfaces/cmt/.svn/entries deleted file mode 100644 index 8a289eb8b54e3d6009bd2ad31d1c96bca80d9789..0000000000000000000000000000000000000000 --- a/Tracking/TrkDigitization/TrkDigInterfaces/cmt/.svn/entries +++ /dev/null @@ -1,62 +0,0 @@ -10 - -dir -811013 -svn+ssh://svn.cern.ch/reps/atlasoff/Tracking/TrkDigitization/TrkDigInterfaces/tags/TrkDigInterfaces-00-00-00/cmt -svn+ssh://svn.cern.ch/reps/atlasoff - - - -2016-01-20T14:30:11.570649Z -718781 -ncalace - - - - - - - - - - - - - - -4525493e-7705-40b1-a816-d608a930855b - -requirements -file - - - - -2017-10-10T19:11:28.000000Z -644c511beba192682682ac6ee64836d8 -2016-01-20T14:30:11.570649Z -718781 -ncalace - - - - - - - - - - - - - - - - - - - - - -551 - diff --git a/Tracking/TrkDigitization/TrkDigInterfaces/cmt/.svn/text-base/requirements.svn-base b/Tracking/TrkDigitization/TrkDigInterfaces/cmt/.svn/text-base/requirements.svn-base deleted file mode 100644 index 251df718cd502ff144af63c5166845124bc43d12..0000000000000000000000000000000000000000 --- a/Tracking/TrkDigitization/TrkDigInterfaces/cmt/.svn/text-base/requirements.svn-base +++ /dev/null @@ -1,15 +0,0 @@ -package TrkDigInterfaces - -manager Andreas Salzburger <Andreas.Salzburger@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use GaudiInterface GaudiInterface-* External -use TrkDigEvent TrkDigEvent-* Tracking/TrkDigitization - -private -macro DOXYGEN_IMAGE_PATH "../doc/images" - -# Declare to cmake that this package acts as a metalibrary to ensure that its clients have access -# to libraries and header files from packages that it depends on. Transparent to CMT. -apply_pattern cmake_add_command command=metalibrary diff --git a/Tracking/TrkDigitization/TrkDigInterfaces/cmt/requirements b/Tracking/TrkDigitization/TrkDigInterfaces/cmt/requirements deleted file mode 100644 index 251df718cd502ff144af63c5166845124bc43d12..0000000000000000000000000000000000000000 --- a/Tracking/TrkDigitization/TrkDigInterfaces/cmt/requirements +++ /dev/null @@ -1,15 +0,0 @@ -package TrkDigInterfaces - -manager Andreas Salzburger <Andreas.Salzburger@cern.ch> - -use AtlasPolicy AtlasPolicy-* - -use GaudiInterface GaudiInterface-* External -use TrkDigEvent TrkDigEvent-* Tracking/TrkDigitization - -private -macro DOXYGEN_IMAGE_PATH "../doc/images" - -# Declare to cmake that this package acts as a metalibrary to ensure that its clients have access -# to libraries and header files from packages that it depends on. Transparent to CMT. -apply_pattern cmake_add_command command=metalibrary