Changeset 13575 for fact/tools/rootmacros/PulseTemplates
- Timestamp:
- 05/07/12 09:35:15 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/rootmacros/PulseTemplates/FPulseOverlay.C
r13558 r13575 581 581 pulsesCanvasFrameNrs 582 582 ); 583 584 pixel[firstPixelOfSet]->DrawDistributionHistograms( 585 cgpDistributions, 586 distributionCanvasFrameNrs 587 ); 583 588 // } 584 589 if (testmode) … … 632 637 cgpPixelPulses, 633 638 pulsesCanvasFrameNrs 639 ); 640 641 pixel[pixelID]->DrawDistributionHistograms( 642 cgpDistributions, 643 distributionCanvasFrameNrs 634 644 ); 635 645 … … 717 727 delete datafile; 718 728 delete[] pixel; 729 delete tf; 719 730 720 731 … … 869 880 cout << endl << "\t...filling Edge Histogram" ; 870 881 CurrentPixel->hSlopeRisingEdge[order_of_pulse]->Fill( reg->slopeOfRisingEdge ) ; 882 } 883 884 if (CurrentPixel->mOptions.Contains("R") ) 885 { 886 if (verbosityLevel > 2) 887 cout << endl << "\t...filling RisingEdgeToMax Histogram" ; 888 CurrentPixel->hRisingEdgeToMax[order_of_pulse]->Fill( reg->distanceEdgeToMax ) ; 889 } 890 891 if (CurrentPixel->mOptions.Contains("M") ) 892 { 893 if (verbosityLevel > 2) 894 cout << endl << "\t...filling PosOfMax Histogram" ; 895 CurrentPixel->hPosOfMax[order_of_pulse]->Fill( reg->maxPos ) ; 871 896 } 872 897 … … 957 982 cgpPixelPulses[pulse_order]->Modified(); 958 983 cgpPixelPulses[pulse_order]->Update(); 984 cgpDistributions[pulse_order]->Modified(); 985 cgpDistributions[pulse_order]->Update(); 959 986 cgpTestHistos->Modified(); 960 987 cgpTestHistos->Update();
Note:
See TracChangeset
for help on using the changeset viewer.