Skip to content

Commit

Permalink
Merge pull request #835 from JeffersonLab/ECALGeometryUpdateV2
Browse files Browse the repository at this point in the history
Ecal geometry update v2
  • Loading branch information
igjaegle authored Sep 2, 2024
2 parents ad67fa5 + 68c7d77 commit 3e07e1a
Show file tree
Hide file tree
Showing 26 changed files with 707 additions and 718 deletions.
102 changes: 0 additions & 102 deletions src/libraries/ECAL/DECALGeometry.cc

This file was deleted.

73 changes: 0 additions & 73 deletions src/libraries/ECAL/DECALGeometry.h

This file was deleted.

60 changes: 0 additions & 60 deletions src/libraries/ECAL/DECALGeometry_factory.h

This file was deleted.

4 changes: 0 additions & 4 deletions src/libraries/ECAL/DECALHit.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ class DECALHit:public jana::JObject{

int row;
int column;
float x;
float y;
float E;
float t;
float intOverPeak;
Expand All @@ -31,8 +29,6 @@ class DECALHit:public jana::JObject{
void toStrings(vector<pair<string,string> > &items)const{
AddString(items, "row", "%4d", row);
AddString(items, "column", "%4d", column);
AddString(items, "x(cm)", "%3.1f", x);
AddString(items, "y(cm)", "%3.1f", y);
AddString(items, "E(MeV)", "%2.3f", E);
AddString(items, "t(ns)", "%2.3f", t);
AddString(items, "integral over peak", "%2.3f", intOverPeak);
Expand Down
Loading

0 comments on commit 3e07e1a

Please sign in to comment.