Skip to content

Commit

Permalink
Take Carl's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Mar 23, 2020
1 parent 468d492 commit 78a20b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Geometry/ForwardCommonData/plugins/DDTotemAngular.cc
Expand Up @@ -5,6 +5,7 @@
#include <vector>

#include "DataFormats/Math/interface/GeantUnits.h"
#include "DataFormats/GeometryVector/interface/Phi.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/PluginManager/interface/PluginFactory.h"
#include "DetectorDescription/Core/interface/DDLogicalPart.h"
Expand Down Expand Up @@ -82,9 +83,7 @@ void DDTotemAngular::execute(DDCompactView& cpv) {
int copyNo = startCopyNo_;

for (int ii = 0; ii < n_; ii++) {
double phitmp = phi;
if (phitmp >= 2._pi)
phitmp -= 2._pi;
Geom::Phi0To2pi<double> phitmp = phi;
DDRotation rotation;
std::string rotstr("NULL");

Expand Down

0 comments on commit 78a20b0

Please sign in to comment.