Skip to content
Snippets Groups Projects
Commit bf3faa32 authored by Andrii Verbytskyi's avatar Andrii Verbytskyi
Browse files

Remove stray comments

parent 3d71983a
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 261 deletions
......@@ -45,14 +45,6 @@ class ConditionTestAlg
virtual StatusCode execute();
virtual StatusCode finalize();
///////////////////////////////////////////////////////////////////
// Const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Non-const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Private data:
///////////////////////////////////////////////////////////////////
......@@ -64,15 +56,7 @@ class ConditionTestAlg
/// Containers
SG::WriteCondHandleKey<CondDataObj> m_condKeyTest{ this, "TestConditionsData", "testConditionsData", "" };
// vars
};
// I/O operators
//////////////////////
///////////////////////////////////////////////////////////////////
// Inline methods:
///////////////////////////////////////////////////////////////////
} //> end namespace AthViews
#endif //> !ATHVIEWS_CONDITIONTESTALG_H
......@@ -114,24 +114,4 @@ StatusCode DFlowAlg1::execute()
return StatusCode::SUCCESS;
}
///////////////////////////////////////////////////////////////////
// Const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Non-const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Protected methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Non-const methods:
///////////////////////////////////////////////////////////////////
} //> end namespace AthViews
......@@ -47,14 +47,6 @@ class DFlowAlg1
virtual StatusCode execute();
virtual StatusCode finalize();
///////////////////////////////////////////////////////////////////
// Const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Non-const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Private data:
///////////////////////////////////////////////////////////////////
......@@ -72,12 +64,5 @@ class DFlowAlg1
};
// I/O operators
//////////////////////
///////////////////////////////////////////////////////////////////
// Inline methods:
///////////////////////////////////////////////////////////////////
} //> end namespace AthViews
#endif //> !ATHVIEWS_ATHVIEWS_DFLOWALG1_H
......@@ -118,24 +118,4 @@ StatusCode DFlowAlg2::execute()
return StatusCode::SUCCESS;
}
///////////////////////////////////////////////////////////////////
// Const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Non-const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Protected methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Non-const methods:
///////////////////////////////////////////////////////////////////
} //> end namespace AthViews
......@@ -179,24 +179,4 @@ StatusCode DFlowAlg3::execute()
return StatusCode::SUCCESS;
}
///////////////////////////////////////////////////////////////////
// Const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Non-const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Protected methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Non-const methods:
///////////////////////////////////////////////////////////////////
} //> end namespace AthViews
......@@ -52,10 +52,6 @@ AthFilterAlgorithm::AthFilterAlgorithm( const std::string& name,
AthFilterAlgorithm::~AthFilterAlgorithm()
{}
///////////////////////////////////////////////////////////////////
// Const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Non-const methods:
///////////////////////////////////////////////////////////////////
......
......@@ -100,25 +100,3 @@ StatusCode Hist::execute()
return StatusCode::SUCCESS;
}
///////////////////////////////////////////////////////////////////
// Const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Non-const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Protected methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Non-const methods:
///////////////////////////////////////////////////////////////////
......@@ -49,14 +49,6 @@ class Hist
virtual StatusCode execute();
virtual StatusCode finalize();
///////////////////////////////////////////////////////////////////
// Const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Non-const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Private data:
///////////////////////////////////////////////////////////////////
......@@ -76,13 +68,6 @@ class Hist
};
// I/O operators
//////////////////////
///////////////////////////////////////////////////////////////////
// Inline methods:
///////////////////////////////////////////////////////////////////
} //> namespace AthEx
#endif //> !ATHEXHISTNTUP_ATHEXHIST_H
......@@ -128,25 +128,3 @@ StatusCode Ntup::execute()
return StatusCode::SUCCESS;
}
///////////////////////////////////////////////////////////////////
// Const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Non-const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Protected methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Non-const methods:
///////////////////////////////////////////////////////////////////
......@@ -51,14 +51,6 @@ class Ntup
virtual StatusCode execute();
virtual StatusCode finalize();
///////////////////////////////////////////////////////////////////
// Const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Non-const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Private data:
///////////////////////////////////////////////////////////////////
......@@ -84,13 +76,6 @@ class Ntup
};
// I/O operators
//////////////////////
///////////////////////////////////////////////////////////////////
// Inline methods:
///////////////////////////////////////////////////////////////////
} //> namespace AthEx
#endif //> !ATHEXHISTNTUP_ATHEXNTUP_H
......@@ -33,10 +33,6 @@ class IVirtualSvc : virtual public IService
*/
virtual ~IVirtualSvc();
///////////////////////////////////////////////////////////////////
// Const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Non-const methods:
///////////////////////////////////////////////////////////////////
......@@ -49,9 +45,6 @@ class IVirtualSvc : virtual public IService
};
// I/O operators
//////////////////////
///////////////////////////////////////////////////////////////////
// Inline methods:
///////////////////////////////////////////////////////////////////
......
......@@ -76,10 +76,6 @@ AnotherConcreteSvc::queryInterface(const InterfaceID& riid, void** ppvInterface)
return StatusCode::SUCCESS;
}
///////////////////////////////////////////////////////////////////
// Const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Non-const methods:
///////////////////////////////////////////////////////////////////
......
......@@ -82,10 +82,8 @@ protected:
/// The quote of the day
StringProperty m_qotd;
};
};
/// I/O operators
//////////////////////
///////////////////////////////////////////////////////////////////
/// Inline methods:
......
......@@ -9,8 +9,6 @@
// Author: S.Binet<binet@cern.ch>
///////////////////////////////////////////////////////////////////
// STL includes
// FrameWork includes
#include "Gaudi/Property.h"
......@@ -74,10 +72,6 @@ ConcreteSvc::queryInterface(const InterfaceID& riid, void** ppvInterface)
return StatusCode::SUCCESS;
}
///////////////////////////////////////////////////////////////////
// Const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Non-const methods:
///////////////////////////////////////////////////////////////////
......
......@@ -16,31 +16,8 @@
// Public methods:
///////////////////////////////////////////////////////////////////
// Constructors
////////////////
// Destructor
///////////////
IVirtualSvc::~IVirtualSvc()
{}
///////////////////////////////////////////////////////////////////
// Const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Non-const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Protected methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Non-const methods:
///////////////////////////////////////////////////////////////////
......@@ -39,14 +39,6 @@ class AthExDecay_p1
*/
AthExDecay_p1();
///////////////////////////////////////////////////////////////////
// Const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Non-const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Protected data:
///////////////////////////////////////////////////////////////////
......@@ -58,8 +50,4 @@ class AthExDecay_p1
ElementLinkInt_p1 m_l2;
};
///////////////////////////////////////////////////////////////////
/// Inline methods:
///////////////////////////////////////////////////////////////////
#endif //> ATHEXTHINNING_AthExDECAY_P1_H
......@@ -11,7 +11,6 @@
#ifndef ATHEXTHINNING_AthExELEPHANTINO_P1_H
#define ATHEXTHINNING_AthExELEPHANTINO_P1_H
// STL includes
// Forward declaration
class AthExElephantinoCnv_p1;
......@@ -38,14 +37,6 @@ class AthExElephantino_p1
*/
AthExElephantino_p1();
///////////////////////////////////////////////////////////////////
// Const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Non-const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Protected data:
///////////////////////////////////////////////////////////////////
......@@ -55,8 +46,4 @@ class AthExElephantino_p1
ElementLinkIntVector_p1 m_ears;
};
///////////////////////////////////////////////////////////////////
/// Inline methods:
///////////////////////////////////////////////////////////////////
#endif //> ATHEXTHINNING_AthExELEPHANTINO_P1_H
......@@ -38,14 +38,6 @@ class AthExFatObject_p1
*/
AthExFatObject_p1();
///////////////////////////////////////////////////////////////////
// Const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Non-const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Protected data:
///////////////////////////////////////////////////////////////////
......@@ -54,8 +46,4 @@ class AthExFatObject_p1
ElementLinkInt_p1 m_particleLink;
};
///////////////////////////////////////////////////////////////////
/// Inline methods:
///////////////////////////////////////////////////////////////////
#endif //> ATHEXTHINNING_AthExFATOBJECT_P1_H
......@@ -52,14 +52,6 @@ class AthExIParticles : public DataVector<AthExIParticle>
*/
virtual ~AthExIParticles();
///////////////////////////////////////////////////////////////////
// Const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Non-const methods:
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
// Protected data:
///////////////////////////////////////////////////////////////////
......
......@@ -123,8 +123,4 @@ class GenEventCnv_p1 : public T_AthenaPoolTPCnvBase<HepMC::GenEvent,
HepMC::DataPool* m_pool;
};
///////////////////////////////////////////////////////////////////
/// Inline methods:
///////////////////////////////////////////////////////////////////
#endif //> GENERATOROBJECTSTPCNV_GENEVENTCNV_P1_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment