TWiki> CMS Web>TrackerSoftware >LowPtSoftware (revision 6)EditAttach

Low pT development

Links

Table of contents

Installation

Standalone install on debian

SLC3 machine:
% setenv VO_CMS_SW_DIR <directory>
% setenv SCRAM_ARCH slc3_ia32_gcc323
% mkdir $VO_CMS_SW_DIR
% wget -O $VO_CMS_SW_DIR/aptinstaller.sh \
  http://cmsdoc.cern.ch/cms/cpt/Software/download/cms/aptinstaller.sh
% chmod +x $VO_CMS_SW_DIR/aptinstaller.sh
% $VO_CMS_SW_DIR/aptinstaller.sh setup -unsupported_distribution_hack \
  -repository cms -path $VO_CMS_SW_DIR
% eval `$VO_CMS_SW_DIR/aptinstaller.sh config -path $VO_CMS_SW_DIR -csh`
% apt-get update
% apt-cache search cmssw
% apt-get install cms+cmssw+CMSSW_1_2_0_pre1

Debian machine:

% setenv SCRAM_ARCH slc3_ia32_gcc323
% setenv VO_CMS_SW_DIR <directory>
% source $VO_CMS_SW_DIR/cmsset_default.csh
% scramv1 project CMSSW CMSSW_1_2_0_pre1

  • Install libboost-dev.

Pixel clusters

Pixel digitizer

CMSSW/SimTracker/SiPixelDigitizer/data/PixelDigi.cfi
int32 AddPixelInefficiency = 0 // static loss only, v.low lumi
bool AddNoisyPixels = true
bool !MissCalibrate = true

Pixel clusterizer

CMSSW/RecoLocalTracker/SiPixelClusterizer/src/PixelThresholdClusterizer.cc
in make_cluster change
268     for ( int r = curpix.row()-2; r <= curpix.row()+2; r++) {
269       for ( int c = curpix.col()-2; c <= curpix.col()+2; c++) {

Cluster shape

Hit triplets

-- FerencSikler - 16 Oct 2006

Topic attachments
I Attachment History Action Size Date Who Comment
Jarjar live.jar r1 manage 103.6 K 2006-10-30 - 07:57 FerencSikler  
Mm test.m r1 manage 0.1 K 2006-10-30 - 07:59 FerencSikler  
Edit | Attach | Watch | Print version | History: r26 | r8 < r7 < r6 < r5 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r6 - 2006-10-30 - FerencSikler
 
This site is powered by the TWiki collaboration platform Powered by Perl This site is powered by the TWiki collaboration platformCopyright &© by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback