Skip to content

Commit

Permalink
Comment out unused data members
Browse files Browse the repository at this point in the history
  • Loading branch information
thspeer authored and ktf committed May 14, 2014
1 parent c42056d commit 05947e5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions RecoVertex/BeamSpotProducer/interface/BeamFitter.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class BeamFitter {
reco::BeamSpot fbeamspot;
reco::BeamSpot fbeamWidthFit;
std::map< int, reco::BeamSpot> fbspotPVMap;
BSFitter *fmyalgo;
// BSFitter *fmyalgo;
std::ofstream fasciiFile;
std::ofstream fasciiDIP;

Expand Down Expand Up @@ -205,8 +205,8 @@ class BeamFitter {
int fnTECLayerMeas;
int fnPXBLayerMeas;
int fnPXFLayerMeas;
double fd0phi_chi2;
double fd0phi_d0;
// double fd0phi_chi2;
// double fd0phi_d0;
double fcov[7][7];
double fvx;
double fvy;
Expand Down
4 changes: 2 additions & 2 deletions RecoVertex/BeamSpotProducer/interface/BeamSpotAnalyzer.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class BeamSpotAnalyzer : public edm::EDAnalyzer {
int ftotalevents;
int fitNLumi_;
int resetFitNLumi_;
int countEvt_; //counter
// int countEvt_; //counter
int countLumi_; //counter
int Org_resetFitNLumi_;
int previousLumi_;
Expand All @@ -53,7 +53,7 @@ class BeamSpotAnalyzer : public edm::EDAnalyzer {
bool write2DB_;
bool runbeamwidthfit_;
bool runallfitters_;
double inputBeamWidth_;
// double inputBeamWidth_;

BeamFitter * theBeamFitter;
};
Expand Down
16 changes: 8 additions & 8 deletions RecoVertex/BeamSpotProducer/interface/PVFitter.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class PVFitter {
bool debug_;
bool do3DFit_;
edm::EDGetTokenT<reco::VertexCollection> vertexToken_;
bool writeTxt_;
// bool writeTxt_;
std::string outputTxt_;

unsigned int maxNrVertices_;
Expand All @@ -159,8 +159,8 @@ class PVFitter {
double errorScale_;
double sigmaCut_;

int frun;
int flumi;
// int frun;
// int flumi;
std::time_t freftime[2];

TH2F* hPVx; TH2F* hPVy;
Expand All @@ -174,19 +174,19 @@ class PVFitter {

//beam fit results
//TTree* ftreeFit_;
int frunFit;
// int frunFit;
int fbeginLumiOfFit;
int fendLumiOfFit;
char fbeginTimeOfFit[32];
char fendTimeOfFit[32];
// char fbeginTimeOfFit[32];
// char fendTimeOfFit[32];
double fwidthX;
double fwidthY;
double fwidthZ;
double fwidthXerr;
double fwidthYerr;
double fwidthZerr;

double fx;
/* double fx;
double fy;
double fz;
double fsigmaZ;
Expand All @@ -197,7 +197,7 @@ class PVFitter {
double fzErr;
double fsigmaZErr;
double fdxdzErr;
double fdydzErr;
double fdydzErr;*/

std::vector<BeamSpotFitPVData> pvStore_; //< cache for PV data
std::map< int, std::vector<BeamSpotFitPVData> > bxMap_; // store PV data as a function of bunch crossings
Expand Down

0 comments on commit 05947e5

Please sign in to comment.