Skip to content
Snippets Groups Projects

First version of Muon geometry and conditions compatible with dd4hep

Merged Alessia Satta requested to merge MuonMergeGeoCond into master
Files
148
@@ -30,6 +30,21 @@ namespace LHCb {
UNICODE( prefix );
UNICODE( regex );
UNICODE( path_regex );
// ******* Muon System Tags ******* //
/*
UNICODE( posXYZ );
UNICODE( rotXYZ );
UNICODE( sizeX );
UNICODE( sizeY);
UNICODE( sizeZ);
UNICODE( rotX );
UNICODE( rotY );
UNICODE( rotZ );
UNICODE( outerRadiusPZ );
UNICODE( outerRadiusMZ);
*/
// *** End of Muon System Tags *** //
} // namespace xml
// User must ensure there are no clashes. If yes, then the clashing entry is unnecessary.
// using namespace ::dd4hep::xml::Conditions;
Loading