Where to provide analysis cuts in -E mode of ma5

Asked by SUBHASISH BEHERA

Dear Benjamin,
       I wanted to know which file I should edit to provide all the needed cuts like functions : AddCuts(), AddHisto(), ApplyCut(), etc., after creating my analysis class and folder ?

P.S. : I am using "MadAnalysis5-v1.3-pre2".

Thanks,

Subhasish

Question information

Language:
English Edit question
Status:
Solved
For:
MadAnalysis 5 Edit question
Assignee:
No assignee Edit question
Solved by:
Benjamin Fuks
Solved:
Last query:
Last reply:
Revision history for this message
SUBHASISH BEHERA (subhparasara) said :
#1

Hi,
   I just add :

After changing generated ".cpp, .h, etc.," files of a particular Analysis-Class; I go to SampleAnalyzer folder and run "./newAnalyzer.py".

Next step I go to : Build inside my class folder and run : make

Q.1 : My question is we have not given any input till now; is it so ?

Q.2 : Now from which folder we have to run "./MadAnalysis5Job <inputfile.txt>" ?

Q.2 : What actually the command "./MadAnalysis5Job" does (in detail, You can give reference on this context.) ?

Thanks,

Subhasish

Revision history for this message
Best Benjamin Fuks (fuks) said :
#2

Hi Subhasish,

Please have a look here:
  http://madanalysis.irmp.ucl.ac.be/wiki/PublicAnalysisDatabase
where you can find a lot of examples. The manual (arXiv:1405.3982) could also be useful.

Cheers,

Benjamin

On 31 Jan 2016, at 14:47 , SUBHASISH BEHERA <email address hidden> wrote:

> New question #284223 on MadAnalysis 5:
> https://answers.launchpad.net/madanalysis5/+question/284223
>
> Dear Benjamin,
> I wanted to know which file I should edit to provide all the needed cuts like functions : AddCuts(), AddHisto(), ApplyCut(), etc., after creating my analysis class and folder ?
>
> P.S. : I am using "MadAnalysis5-v1.3-pre2".
>
> Thanks,
>
> Subhasish
>
> --
> You received this question notification because you are an answer
> contact for MadAnalysis 5.

Revision history for this message
SUBHASISH BEHERA (subhparasara) said :
#3

Thanks Benjamin Fuks, that solved my question.