Skip to content

Commit

Permalink
add some classes documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Dec 21, 2021
1 parent 9725878 commit 199bcd6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
@@ -1,7 +1,26 @@
// -*- C++ -*-
//
// Package: CalibTracker/SiPixelLorentzAnglePCLHarvester
// Class: SiPixelLorentzAnglePCLHarvester
//
/**\class SiPixelLorentzAnglePCLHarvester SiPixelLorentzAnglePCLHarvester.cc CalibTracker/SiPixelLorentzAngle/src/SiPixelLorentzAnglePCLHarvester.cc
Description: reads the intermediate ALCAPROMPT DQMIO-like dataset and performs the fitting of the SiPixel Lorentz Angle in the Prompt Calibration Loop
Implementation:
Reads the 2D histograms of the drift vs depth created by SiPixelLorentzAnglePCLWorker modules and generates 1D profiles which are then fit
with a 5th order polinomial. The extracted value of the tan(theta_L)/B are stored in an output sqlite file which is then uploaded to the conditions database
*/
//
// Original Author: mmusich
// Created: Sat, 29 May 2021 14:46:19 GMT
//
//

// system includes
#include <fmt/format.h>
#include <fmt/printf.h>
#include <fstream>

// user includes
#include "CalibTracker/SiPixelLorentzAngle/interface/SiPixelLorentzAngleCalibrationStruct.h"
#include "CondCore/DBOutputService/interface/PoolDBOutputService.h"
#include "CondFormats/DataRecord/interface/SiPixelLorentzAngleRcd.h"
Expand Down
Expand Up @@ -3,10 +3,10 @@
// Package: CalibTracker/SiPixelLorentzAnglePCLWorker
// Class: SiPixelLorentzAnglePCLWorker
//
/**\class SiPixelLorentzAnglePCLWorker SiPixelLorentzAnglePCLWorker.cc CalibTracker/SiPixelLorentzAnglePCLWorker/plugins/SiPixelLorentzAnglePCLWorker.cc
Description: [one line class summary]
/**\class SiPixelLorentzAnglePCLWorker SiPixelLorentzAnglePCLWorker.cc CalibTracker/SiPixelLorentzAnglePCLWorker/src/SiPixelLorentzAnglePCLWorker.cc
Description: generates the intermediate ALCAPROMPT dataset for the measurement of the SiPixel Lorentz Angle in the Prompt Calibration Loop
Implementation:
[Notes on implementation]
Books and fills 2D histograms of the drift vs depth in bins of pixel module rings to be fed into the SiPixelLorentzAnglePCLHarvester
*/
//
// Original Author: mmusich
Expand Down

0 comments on commit 199bcd6

Please sign in to comment.